2.4.1 • Published 6 years ago

jslib-plugin-babel v2.4.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

jslib-plugin-babel

babel plugin for create-jslib

Configuration

Uses Babel 7 and rollup-plugin-babel by default, but can be configured via babel.config.js to use any other Babel presets or plugins.

By default, rollup-plugin-babel excludes files inside node_modules dependencies. If you wish to explicitly transpile a dependency module, you will need to add it to the transpileDependencies option in jslib.config.js:

module.exports = {
  transpileDependencies: [
    // can be string or regex
    'my-dep',
    /other-dep/
  ]
}
2.4.1

6 years ago

2.3.0

6 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago