@justwe7/devtools-webpack-plugin

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i @justwe7/devtools-webpack-plugin

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

596 kB

Total Files

5

Last publish

Collaborators

  • justwe7