Skip to content

Commit f1c997c

Browse files
package: Fix babel ignore regex for Win paths.
1 parent 7dceb37 commit f1c997c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const defaultPlugins = /** @type {Plugin[]} */ ([
6262
// To avoiding circular dependencies with useBuiltIns: 'usage' these two
6363
// settings are needed, which avoids core-js importing itself
6464
sourceType: 'unambiguous',
65-
ignore: [/\/core-js/],
65+
ignore: [/[\/\\]core-js/],
6666
}),
6767
]);
6868

0 commit comments

Comments
 (0)