babel-plugin-demo_test
v1.0.2
Published
my first npm package
Downloads
1
Readme
why
just a babel demo
Install
npm i babel-plugin-demo
Usage
module.exports = {
plugins: ["demo_test"],
};
in you code
if(DEBUG){
console.log("s")
console.log("aa")
console.log("das")
}
const a = 10;
const b = 20;
const d = 10;
const f = 20;
if(DEBUG){
console.log("heihei")
console.log("sdasda")
console.log("sda")
}