Skip to content

.babelrc

text
{
	"presets": [
		[
			"@babel/preset-env",
			{
				"targets": {
					"node": "current"
				}
			}
		]
	],
	"plugins": [
		// 解决多个地方使用相同代码导致打包重复的问题
		["@babel/plugin-transform-runtime"]
	],
	"ignore": ["node_modules/**"]
}
text
		"@babel/core": "^7.21.0",
		"@babel/plugin-transform-runtime": "^7.21.0",
		"@babel/preset-env": "^7.20.2",

Contributors

作者:Long Mo
字数统计:61 字
阅读时长:1 分钟
Long Mo
文章作者:Long Mo
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Longmo Docs