Skip to content

Commit

Permalink
docs: update v0.3.0 summary
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed Jul 2, 2018
1 parent e6cd0f5 commit 5fe3309
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -77,10 +77,10 @@ Write the name to [babelrc](https://babeljs.io/docs/usage/babelrc/). It works wi
}
```

### v0.3.0-pre
### v0.3.0

**However, the plugin doesn't change the pure-esmodule**.
this plugin makes changes only when exists `Object.defineProperty(exports,"__esModule", {value: true});` (in other words, using [`{modules:'commonjs'}`](https://babeljs.io/docs/en/babel-plugin-transform-es2015-modules-commonjs/)).
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/)).

```json
{
Expand All @@ -97,7 +97,8 @@ into
export default 'foo'
```

But `0.3.0-pre.2` currently support `commonjs`, `umd`. doesn't support `amd`, `systemjs` modules(don't use, destroy).
`0.3.0` Currently support is `commonjs` and `umd`.
Doesn't support `amd`, `systemjs` modules(don't use. there are no plans to support at the moment).

Options
---
Expand Down

0 comments on commit 5fe3309

Please sign in to comment.