babel-plugin-remove-comments
Advanced tools
Remove comments.
Weekly downloads
Readme
Remove comments.
$ npm install babel-plugin-remove-comments
.babelrc
(Recommended).babelrc
{
"plugins": ["remove-comments"]
}
$ babel --plugins remove-comments script.js
require("babel-core").transform("code", {
plugins: ["remove-comments"]
});
Remove comments.
The npm package babel-plugin-remove-comments receives a total of 150 weekly downloads. As such, babel-plugin-remove-comments popularity was classified as not popular.
We found that babel-plugin-remove-comments demonstrated a not healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.