0.0.5 • Published 7 years ago

no-console-webpack-plugin v0.0.5

Weekly downloads
6
License
ISC
Repository
github
Last release
7 years ago

no-console-webpack-plugin

A webpack plugin to clear specific type of console

install

$ npm install debug

usage

const NoConsolePlugin = require('no-console-webpack-plugin');

//in your webpack.config.js
{
	plugins:[new NoConsolePlugin()]
}

options

ignores:{String|Array}

new NoConsolePlugin({
	ignores:'log'
});
//or
new NoConsolePlugin({
	ignores:[
		'log',
		'info',
		'warn'
	]
})
0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago