3.0.0 • Published 5 years ago

vconsole-atzuche-webpack-plugin v3.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

安装

npm install vconsole-atzuche-webpack-plugin --save
or
yarn add vconsole-atzuche-webpack-plugin -D

使用

const VConsoleAtzucheWebpackPlugin = require('vconsole-atzuche-webpack-plugin');

new VConsoleAtzucheWebpackPlugin();

// 可以手动控制是否显示vconsole
// VConsoleAtzucheWebpackPlugin 接受对象参数 {dev: false}

new VConsoleAtzucheWebpackPlugin({
  dev: false
});
3.0.0

5 years ago

2.5.0

5 years ago

2.4.0

5 years ago

2.3.2

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago