1.0.0 • Published 2 years ago

@justwe7/devtools-webpack-plugin v1.0.0

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

@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(可选)
    })
  ]
}