亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

Bable配置decorator報錯

Bable配置decorator報錯

夢里花落0921 2018-10-16 13:18:43
配置:"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.
查看完整描述

1 回答

?
慕萊塢森

TA貢獻1810條經驗 獲得超4個贊

參考:babel-plugin-transform-decorators-legacy

NOTE: Order of Plugins Matters!

If you are including your plugins manually and using transform-class-properties, make sure that transform-decorators-legacy comes before transform-class-properties.

/// WRONG


"plugins": [

  "transform-class-properties",

  "transform-decorators-legacy"

]


// RIGHT


"plugins": [

  "transform-decorators-legacy",

  "transform-class-properties"

]


查看完整回答
反對 回復 2018-11-06
  • 1 回答
  • 0 關注
  • 792 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號