[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"]}
·
在项目目录下新建.babelrc,写入以下内容:
{
"compact": false,
"presets": ["env", "react", "stage-0"],
"plugins": [
"transform-runtime"
]
}
更多推荐



所有评论(0)