We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc45c0 commit c471517Copy full SHA for c471517
config/rollup.config.js
@@ -46,6 +46,7 @@ const defaultPlugins = /** @type {Plugin[]} */ ([
46
// How to handle polyfills, 'usage' analyses each file and places the
47
// required imports on each one, rollup ensures single imports
48
useBuiltIns: 'usage',
49
+ corejs: 2,
50
targets: {
51
// To check what's covered: https://browserl.ist
52
browsers: [
0 commit comments