rollup-plugin-netsuite

2.0.0 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i rollup-plugin-netsuite

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

107 kB

Total Files

8

Last publish

Collaborators

  • couto
  • drudge
  • ramitos