You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
webpack-dashboard是一个为你的webpack dev server提供dashboard展示的cli工具
抢先预览效果
如何使用
下载
$ npm install webpack-dashboard --save-dev
修改webpack.config.js
// Import the plugin:
var DashboardPlugin = require('webpack-dashboard/plugin');
// If you aren't using express, add it to your webpack configs plugins section:
plugins: [
new DashboardPlugin()
]
// If you are using an express based dev server, add it with compiler.apply
compiler.apply(new DashboardPlugin());
webpack-dashboard让你的webpack具有可视化效果
webpack-dashboard是一个为你的webpack dev server提供dashboard展示的cli工具
抢先预览效果
如何使用
下载
修改webpack.config.js
修改package.json
The text was updated successfully, but these errors were encountered: