上面主要是說react
解決辦法:webpack
npm run eject // 顯示全部的依賴項 複製代碼
若是運行出現相似這樣的報錯git
Are you sure you want to eject? This action is permanent web
只要 git 操做一波就能夠了npm
git
git init git add . git commit -m 'init' 複製代碼
再次執行 npm run ejectbash
npm run eject
完美解決app