chore(package) webpack: add progress bar

This commit is contained in:
coderaiser 2021-01-05 18:14:11 +02:00
parent dd91c810ad
commit a2c82c56fb
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@ const {
} = require('path');
const {EnvironmentPlugin} = require('webpack');
const WebpackBar = require('webpackbar');
const ServiceWorkerWebpackPlugin = require('serviceworker-webpack-plugin');
@ -54,6 +55,8 @@ const plugins = [
entry: join(__dirname, '..', 'client', 'sw', 'sw.js'),
excludes: ['*'],
}),
new WebpackBar(),
];
const splitChunks = {

View file

@ -233,6 +233,7 @@
"webpack": "^4.0.0",
"webpack-cli": "^3.0.1",
"webpack-merge": "^5.0.8",
"webpackbar": "^5.0.0-3",
"yaspeller": "^7.0.0"
},
"engines": {