1.0.7 • Published 6 years ago

bug-protect-plugin v1.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Install

npm install --save-dev bug-protect-plugin

Usage

In your webpack-config.js, just easily import 'bug-protect-plugin' and add it to plugins like below

  const BugProtectPlugin = require('bug-protect-plugin');
  const path = require('path');
  module.exports = {
    entry: './index.js',
    output: {
      path: path.resolve(__dirname, 'dist'),
      filename: 'webpack.bundle.js'
    },
    plugins: [
      new BugProtectPlugin()
    ]
  };

Demo

                    _ooOoo_
                   o8888888o
                   88" . "88
                   (| -_- |)
                    O\ = /O
                ____/`---`\____
              .   ' \\| |// '   .
               / \\||| : |||// \
             / _||||| -:- |||||- \
               | | \\\ - /// | |
             | \_| ''\---/'' | |
              \ .-\__ `-` ___/-. /
           ___`. . /--.--\ `. . __
        .""  < `.___\_<|>_/___.` >\  "".
       | | : `- \`.;`\ _ /`;.`/ - ` : | |
         \ \ `-. \_ __\ /__ _/ .-` / /
 ======`-.____`-.___\_____/___.-`____.-`======
                    `=---=`
 .............................................
 .............佛祖保佑....永无BUG.............
1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago