remove-console-webpack-plugin
Version:
A light webpack plugin to remove console in your JS code.
19 lines • 458 B
JSON
{
"name": "remove-console-webpack-plugin",
"version": "0.2.0",
"description": "A light webpack plugin to remove console in your JS code.",
"main": "./src/index.js",
"scripts": {},
"author": "Yuan yiming",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/Yuan-Yiming/remove-console-webpack-plugin"
},
"keywords": [
"webpack",
"plugin",
"javascript"
]
}