标签:ack reac 运行 comm 运行命令 gac osal pack commit
方法一: 暴露create-react-app 配置文件
nom run eject
git init
git add ./
git commit -m 'init'
"babel": {
"presets": [
"react-app"
],
+ "plugins": [
+ [
+ "@babel/plugin-proposal-decorators",
+ { "legacy": true }
+ ]
+ ]
}
标签:ack reac 运行 comm 运行命令 gac osal pack commit
原文地址:https://www.cnblogs.com/liea/p/11823723.html