Skip to content

Commit c471517

Browse files
package: Update babel and the babel-rollup plugin (but not core rollup).
1 parent 0dc45c0 commit c471517

File tree

3 files changed

+832
-681
lines changed

3 files changed

+832
-681
lines changed

config/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const defaultPlugins = /** @type {Plugin[]} */ ([
4646
// How to handle polyfills, 'usage' analyses each file and places the
4747
// required imports on each one, rollup ensures single imports
4848
useBuiltIns: 'usage',
49+
corejs: 2,
4950
targets: {
5051
// To check what's covered: https://browserl.ist
5152
browsers: [

0 commit comments

Comments
 (0)