remove-console-plugin
Version:
Remove console.log statements from webpack builds
31 lines (30 loc) • 740 B
JSON
{
"name": "remove-console-plugin",
"version": "0.0.1",
"description": "Remove console.log statements from webpack builds",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matt-mcdaniel/RemoveConsolePlugin.git"
},
"keywords": [
"webpack",
"remove",
"console",
"console.log",
"plugin"
],
"author": "Matt McDaniel",
"license": "MIT",
"bugs": {
"url": "https://github.com/matt-mcdaniel/RemoveConsolePlugin/issues"
},
"homepage": "https://github.com/matt-mcdaniel/RemoveConsolePlugin#readme",
"devDependencies": {
"estraverse": "^4.2.0",
"recast": "^0.11.22"
}
}