配置:"babel-core": "^6.17.0",{ "plugins": [ "transform-class-properties", "transform-es2015-block-scoping",
["transform-es2015-classes", {"loose": true}], "transform-proto-to-assign",
"transform-decorators-legacy", "transform-es2015-modules-commonjs"
], "presets": [ "react", "es2015", "stage-0"
]
}報錯:Method has decorators, put the decorator plugin before the classes one.
Bable配置decorator報錯
夢里花落0921
2018-10-16 13:18:43