mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-10-31 18:46:07 +01:00
Add scm-ui assets to scm-webapp war file
This commit is contained in:
committed by
René Pfeuffer
parent
4fd136fea2
commit
6430c811e2
@@ -114,7 +114,7 @@ module.exports = [
|
||||
extensions: [".ts", ".tsx", ".js", ".jsx", ".css", ".scss", ".json"]
|
||||
},
|
||||
output: {
|
||||
path: path.join(root, "target", "assets"),
|
||||
path: path.join(root, "build", "assets"),
|
||||
filename: "[name].bundle.js",
|
||||
chunkFilename: "[name].bundle.js"
|
||||
},
|
||||
@@ -190,7 +190,7 @@ module.exports = [
|
||||
minimizer: [new OptimizeCSSAssetsPlugin({})]
|
||||
},
|
||||
output: {
|
||||
path: path.join(root, "target", "assets"),
|
||||
path: path.join(root, "build", "assets"),
|
||||
filename: "ui-styles.bundle.js"
|
||||
}
|
||||
},
|
||||
@@ -200,7 +200,7 @@ module.exports = [
|
||||
polyfills: "./ui-polyfill/src/index.js"
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(root, "target", "assets"),
|
||||
path: path.resolve(root, "build", "assets"),
|
||||
filename: "[name].bundle.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user