babel-plugin-transform-modules-webpack-harmony
v0.0.1-alpha002
Published
_WIP - don't use it in production environment_
Downloads
5
Readme
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 HausWebsite • Twitter| | :---: |
License
MIT - see LICENSE for details.