Skip to content

Commit

Permalink
- readme update for #66
Browse files Browse the repository at this point in the history
  • Loading branch information
ezolenko authored Apr 4, 2018
1 parent d6908f1 commit 2e3f4bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ The plugin inherits all compiler options and file lists from your `tsconfig.json

* `module`: defaults to `ES2015`, other valid value is `ESNext` (required for dynamic imports, see [#54](https://github.com/ezolenko/rollup-plugin-typescript2/issues/54)).

### Compatibility

#### rollup-plugin-node-resolve

Must be before this plugin in the plugin list, especially when `browser: true` option is used, see [#66](https://github.com/ezolenko/rollup-plugin-typescript2/issues/66)

#### rollup-plugin-commonjs

See explanation for `rollupCommonJSResolveHack` option below.

### Plugin options

* `tsconfigDefaults`: `{}`
Expand Down

0 comments on commit 2e3f4bc

Please sign in to comment.