0.0.5 • Published 8 years ago

no-console-webpack-plugin v0.0.5

Weekly downloads
6
License
ISC
Repository
github
Last release
8 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

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago