1.0.2 • Published 3 years ago

forked-vconsole-webpack-plugin v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

forked-vconsole-webpack-plugin

forked from vConsole

使用

webpack.conf.js 文件配置里增加以下插件配置即可

// 引入插件
var vConsolePlugin = require('vconsole-webpack-plugin'); 

module.exports = {
  ...

  plugins: [
    new vConsolePlugin({
      filter: [],
      enable: true, // 编译时是否开启
      runtimeEnable: 'runtimeVar' | Function | Boolean // 运行时是否开启
    }),
    ...
  ]
  ...
}
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago