UNPKG

builder-we-app-cloud-account

Version:

The KOS Builder Module for Choice CloudAccount MicroApp

12 lines (7 loc) 235 B
'use strict'; const ProgressBarPlugin = require('progress-bar-webpack-plugin'); module.exports = function(config) { config.plugins = config.plugins || []; // 显示编译进度 config.plugins.push(new ProgressBarPlugin()); }