- build 時出現 it exceeds the max of “500KB”
在專案的根目錄下找到 .babelrc 檔案,增加 “compact”: false ,如:
如果不存在則手動建立該檔案,並填寫內容如:{ "compact": false, "presets": ["env", "react", "stage-0"], "plugins": [ "transform-runtime" ] }
{ "compact": false }
本作品採用《CC 協議》,轉載必須註明作者和本文連結