rollup-plugin-netsuite
v2.0.0
Published
Transformation to conform with Netsuite's specification
Downloads
8
Readme
rollup-plugin-netsuite
This rollup plugin gathers the generated bundles, and transforms the source code to comply with the spec in Netsuite.
Usage
import netsuite from 'rollup-plugin-netsuite';
rollup({
plugins: [
typescript(),
commonjs(),
cleanup(),
netsuite()
]
})
Current Features
- Move the required docblock to the top-level scope in the bundled file