rename bundles folder into assets

This commit is contained in:
Sebastian Sdorra
2019-10-08 08:36:53 +02:00
parent 03b10b8c5f
commit 8f8072d760
13 changed files with 16 additions and 15 deletions

View File

@@ -61,7 +61,7 @@ module.exports = {
]
},
output: {
path: path.join(__dirname, "target", "scm-hg-plugin-2.0.0-SNAPSHOT", "webapp", "plugins"),
path: path.join(__dirname, "target", "scm-hg-plugin-2.0.0-SNAPSHOT", "webapp", "assets"),
filename: "[name].bundle.js",
library: "scm-hg-plugin",
libraryTarget: "amd"