1.0.0 • Published 6 years ago
webpack-debug-plugin v1.0.0
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 webpack-debug-plugin@0.x
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