1.0.0 • Published 7 years ago

rollup-plugin-assert-es v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

rollup-plugin-assert-es

npm Dependencies Build Status Coverage Status JavaScript Standard Style

Verifies that bundled code is ES5.

Installation

npm install --save-dev rollup-plugin-assert-es

Usage

import assertES from 'rollup-plugin-assert-es'

export default {
  entry: 'src/index.js',
  dest: 'dist/my-lib.js',
  plugins: [
    // ... other plugins here ...
    assertES()
  ]
}

Options

ecmaVersion

Target ECMAScript version. Defaults to 5.

Author

Tim De Pauw

License

MIT

1.0.0

7 years ago

0.3.0

7 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago