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 = {