Skip to content

Commit 1101a10

Browse files
Merge branch 'dependencies'
2 parents d24611d + c471517 commit 1101a10

File tree

4 files changed

+1494
-1352
lines changed

4 files changed

+1494
-1352
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)