console-debug-webpack-plugin
v1.0.0
Published
webpack plugin for mobile console debug
Downloads
7
Maintainers
Readme
Console-debug-webpack-plugin
Description
移动端调试debug plugin
Demo
Usage
npm install console-debug-webpack-plugin --save-dev
const consoleDebugWebpackPlugin = require('console-debug-webpack-plugin');
module.exports = {
plugins: [
new consoleDebugWebpackPlugin()
]
};