本文主要是介绍[BABEL] Note: The code generator has deoptimised the styling of …… as it exceeds the max of “500KB“.,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
在项目目录下新建.babelrc,写入以下内容:
-
{
-
"compact": false,
-
"presets": ["env", "react", "stage-0"],
-
"plugins": [
-
"transform-runtime"
-
]
这篇关于[BABEL] Note: The code generator has deoptimised the styling of …… as it exceeds the max of “500KB“.的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!