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 7dceb37 commit f1c997cCopy full SHA for f1c997c
config/rollup.config.js
@@ -62,7 +62,7 @@ const defaultPlugins = /** @type {Plugin[]} */ ([
62
// To avoiding circular dependencies with useBuiltIns: 'usage' these two
63
// settings are needed, which avoids core-js importing itself
64
sourceType: 'unambiguous',
65
- ignore: [/\/core-js/],
+ ignore: [/[\/\\]core-js/],
66
}),
67
]);
68
0 commit comments