2.0.0 • Published 6 years ago

rollup-plugin-netsuite v2.0.0

Weekly downloads
10
License
MIT
Repository
-
Last release
6 years ago

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
2.0.0

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago