Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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