[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"] }