0.0.1 • Published 9 years ago
babel-helpers-module v0.0.1
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-moduleHow 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 install0.0.1
9 years ago