mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 11:35:57 +01:00
reduce massive webpack output
This commit is contained in:
@@ -19,6 +19,7 @@ module.exports = function(mode) {
|
||||
[name]: [path.resolve(__dirname, "webpack-public-path.js"), packageJSON.main || "src/main/js/index.js"]
|
||||
},
|
||||
mode,
|
||||
stats: "minimal",
|
||||
devtool: "source-map",
|
||||
target: "web",
|
||||
node: {
|
||||
|
||||
@@ -25,6 +25,7 @@ console.log(`build ${mode} bundles`);
|
||||
module.exports = [
|
||||
{
|
||||
mode,
|
||||
stats: "minimal",
|
||||
context: root,
|
||||
entry: {
|
||||
webapp: [path.resolve(__dirname, "webpack-public-path.js"), "./ui-webapp/src/index.tsx"]
|
||||
|
||||
Reference in New Issue
Block a user