mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
fix: 固定corejs版本吧
This commit is contained in:
parent
bd66279324
commit
12f2db9deb
@ -17,7 +17,7 @@ export function buildSwcOptions(targets, config, isJsx, isTs, minify = false) {
|
||||
return memo;
|
||||
}, {}),
|
||||
mode: 'usage',
|
||||
coreJs: '3',
|
||||
coreJs: require('core-js/package.json').version,
|
||||
},
|
||||
jsc: {
|
||||
parser: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user