gpt4 book ai didi

babeljs - 在 babel 6 中使用 es2015 预设时,有没有办法使用松散的模块?

转载 作者:行者123 更新时间:2023-12-04 11:22:11 25 4
gpt4 key购买 nike

我尝试使用以下 babelrcs:

{
"presets": [
["es2015", { "transform-es2015-modules-commonjs": { "loose": true } }]
]
}

因“外国的无效选项类型”而失败

{
"presets": ["es2015"],
"plugins": [
["transform-es2015-modules-commonjs", { "loose": true }]
]
}

忽略“松散”选项

{
"plugins": [
["transform-es2015-modules-commonjs", { "loose": true }]
]
}

不使用预设

最佳答案

通过启用 es2015 ,您要求的是非松散模式模块。如果您想要 Babel v6 中的松散模块模式(至少目前是这样),您需要通过列出 es2015 中的所有内容来明确列出您希望使用的插件。 .

关于babeljs - 在 babel 6 中使用 es2015 预设时,有没有办法使用松散的模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33446318/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com