reduce massive webpack output

This commit is contained in:
Sebastian Sdorra
2020-03-04 12:20:37 +01:00
parent c262d5daf4
commit 6e59a654a6
2 changed files with 2 additions and 0 deletions

View File

@@ -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"]