mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(package) webpack: add progress bar
This commit is contained in:
parent
dd91c810ad
commit
a2c82c56fb
2 changed files with 4 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue