@justwe7/devtools-webpack-plugin
v1.0.0
Published
## Installation ```bash npm i @justwe7/devtools-webpack-plugin ```
Downloads
3
Maintainers
Readme
@justwe7/devtools-webpack-plugin
Installation
npm i @justwe7/devtools-webpack-plugin
Usage
Set your webpack config to:
// webpack.config.js
const JwDevtoolsPlugin = require('@justwe7/devtools-webpack-plugin')
module.exports = {
plugins: [
new JwDevtoolsPlugin({
vconsole: true // 是否默认开启vconsole(可选)
})
]
}