strip-debug-loader
Version:
Remove console, alert, and debugger statements from code processed by webpack
17 lines (16 loc) • 377 B
JSON
{
"name": "strip-debug-loader-example",
"version": "1.0.0",
"description": "",
"main": "webpack.js",
"scripts": {
"build": "./node_modules/.bin/webpack --config ./webpack.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"strip-debug-loader": "1.0.0",
"webpack": "1.12.9"
},
"author": "",
"license": "MIT"
}