babel-helpers-module
v0.0.1
Published
Babel helpers as an es6 module suitable for use with tree-shaking bundlers like rollup.
Downloads
175
Readme
babel-helpers-module
Babel helpers as an es6 module suitable for use with tree-shaking bundlers like rollup.
##How to install
npm i --save babel-helpers-module
How to use
Use a babel plugin such as babel-plugin-import-helpers
to map helper usages to imports from babel-helpers-module
.
Module exports are automatically generated using the babel-helpers
package, these should
be automatically generated as part of the npm install process, you can regenerate these exports
by running the install
script:
npm run install