0.0.1-alpha002 • Published 4 years ago

babel-plugin-transform-modules-webpack-harmony v0.0.1-alpha002

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

babel-plugin-transform-modules-webpack-harmony

WIP - don't use it in production environment

Babel plugin which transforms es modules to webpack harmony format.

Getting started

npm i -D babel-plugin-transform-modules-webpack-harmony     # npm or
yarn add -D babel-plugin-transform-modules-webpack-harmony  # yarn

Add the following to your .babelrc.js file:

// without options
module.exports = {
  plugins: ['babel-plugin-transform-modules-webpack-harmony'],
};

Author

Felix HausWebsiteTwitter

License

MIT - see LICENSE for details.