Skip to content

Commit

Permalink
Fixes #72 - toArray issue IE11. Babel not working. (#100)
Browse files Browse the repository at this point in the history
* Fixes #72 - toArray issue IE11. Babel not working.
- Use @babel/runtime and @babel/plugin-transform-runtime to transform resulting output.
- Configure babel only on rollup.config.js and not on .babelrc to apply to resulting output and not only files of this project.

* Fixes #72 - toArray issue IE11. Babel not working.
- Restore .babelrc file because there are more things using Babel than Rollup.
- Configure rollup to exclude .babelrc files. Ref: https://github.com/rollup/rollup-plugin-babel#external-dependencies
  • Loading branch information
jasonex7 authored and yotamberk committed Sep 19, 2019
1 parent 6a6899a commit 9ca14e7
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 269 deletions.
Loading

0 comments on commit 9ca14e7

Please sign in to comment.