You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write the name to [babelrc](https://babeljs.io/docs/usage/babelrc/). It works with [preset-env](http://babeljs.io/docs/en/babel-preset-env/) to output CommonJS code:
@@ -77,7 +77,7 @@ Write the name to [babelrc](https://babeljs.io/docs/usage/babelrc/). It works wi
77
77
}
78
78
```
79
79
80
-
### v0.3.0
80
+
### modules: false
81
81
82
82
**However, the plugin doesn't change the pure-esmodule**.
83
83
this plugin makes changes only when exists `exports.default` (in other words, using [commonjs](https://babeljs.io/docs/en/babel-plugin-transform-es2015-modules-commonjs/)).
@@ -97,7 +97,7 @@ into
97
97
exportdefault'foo'
98
98
```
99
99
100
-
`0.3.0` Currently support is `commonjs` and `umd`.
100
+
`1.0.0` Currently support is `commonjs` and `umd`.
101
101
Doesn't support `amd`, `systemjs` modules(don't use. there are no plans to support at the moment).
0 commit comments