webpack-debug-plugin

v0.1.1
Inject useful debug info to each entry js globally
webpack debug

webpack-debug-plugin

Inject useful debug info to each entry js globally

Highly inspired by BannerPlugin

Usage

npm install --save-dev webpack-debug-plugin

# For Webpack 3
npm install --save-dev [email protected]
const DebugPlugin = require('webpack-debug-plugin');
// webpack.config.js
{
  plugins: [
    new DebugPlugin(options)
  ]
}

Options

{
  template: Function,
  multiple: boolean,
  variableName: string,
  test: string | RegExp | Array,
  include: string | RegExp | Array,
  exclude: string | RegExp | Array,
}

License

MIT

Metadata

  • MIT
  • Whatever
  • jasonslyvia
  • released 10/23/2017

Downloads

Maintainers