[BABEL] Note: The code generator has deoptimised the styling of "unknown" as it exceeds the max of "

[BABEL] Note: The code generator has deoptimised the styling of "unknown" as it exceeds the max of "500KB".

.babelrc文件添加 "compact": false

{
  "compact": false,
  "presets": ["@babel/preset-env", "@vue/babel-preset-jsx"],
  "plugins": ["@babel/transform-runtime"]
}

 

posted @ 2022-03-26 23:52  文学少女  阅读(2062)  评论(0编辑  收藏  举报