当前位置: 首页 > 工具软件 > Note IT > 使用案例 >

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

杜君浩
2023-12-01

在项目目录下新建.babelrc,写入以下内容:

 
  1. {

  2. "compact": false,

  3. "presets": ["env", "react", "stage-0"],

  4. "plugins": [

  5. "transform-runtime"

  6. ]

 类似资料: