babel-plugin-transform-nothing
v0.0.1
Published
Babel transform that does nothing.
Downloads
10
Readme
babel-nothing
A Babel transform that does nothing. An ad hoc solution for conditional plugin lists:
plugins: [
library ? 'transform-nothing' : 'transform-remove-console'
]
Installation
npm install babel-cli babel-plugin-transform-nothing