Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

console-debug-webpack-plugin

xiaochan2ISC1.0.0

webpack plugin for mobile console debug

console, webpack, mobile debug, vConsole.log, plugin, console-debug-webpack-plugin

readme

Console-debug-webpack-plugin

Description

移动端调试debug plugin

Demo

demo

Usage

npm install console-debug-webpack-plugin  --save-dev
const consoleDebugWebpackPlugin = require('console-debug-webpack-plugin');

module.exports = {
    plugins: [
        new consoleDebugWebpackPlugin()
    ]
};