Show progress bar
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import * as webpack from 'webpack';
|
||||
const ProgressBarPlugin = require('progress-bar-webpack-plugin');
|
||||
|
||||
import consts from './consts';
|
||||
import hoist from './hoist';
|
||||
@ -9,6 +10,7 @@ const isProduction = env === 'production';
|
||||
|
||||
export default (version, lang) => {
|
||||
const plugins = [
|
||||
new ProgressBarPlugin(),
|
||||
consts(lang),
|
||||
new webpack.DefinePlugin({
|
||||
'process.env': {
|
||||
|
Reference in New Issue
Block a user