Skip to content

Commit

Permalink
package: Update babel and the babel-rollup plugin (but not core rollup).
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Aug 29, 2019
1 parent 0dc45c0 commit c471517
Show file tree
Hide file tree
Showing 3 changed files with 832 additions and 681 deletions.
1 change: 1 addition & 0 deletions config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const defaultPlugins = /** @type {Plugin[]} */ ([
// How to handle polyfills, 'usage' analyses each file and places the
// required imports on each one, rollup ensures single imports
useBuiltIns: 'usage',
corejs: 2,
targets: {
// To check what's covered: https://browserl.ist
browsers: [
Expand Down
Loading

0 comments on commit c471517

Please sign in to comment.