rollup-plugin-strip
Remove debugger
statements and functions like assert.equal
and console.log
from your code.
Installation
npm install --save-dev rollup-plugin-strip
Usage
// rollup.config.js; input: 'src/index.js' output: format: 'cjs' file: 'dist/my-lib.js' plugins: ;
License
MIT