Uncaught Error: only one instance of babel-polyfill is allowed
??? at Object.<anonymous> (VM61 index.js:953)
??? at Object../node_modules/babel-polyfill/lib/index.js (VM61 index.js:972)
??? at __webpack_require__ (VM61 index.js:679)
??? at fn (VM61 index.js:89)
??? at Object.0 (VM61 index.js:19607)
??? at __webpack_require__ (VM61 index.js:679)
??? at VM61 index.js:725
??? at VM61 index.js:728
不知道老師html怎么引用的,我直接加了一句:
<script src="index.js"></script>然后報(bào)錯(cuò)
2018-10-07
html那個(gè)不用寫(xiě),webpack會(huì)自動(dòng)載入
2018-10-07
但是沒(méi)有自動(dòng)執(zhí)行啊,手動(dòng)刷新也沒(méi)執(zhí)行腳本,控制臺(tái)沒(méi)有任何輸出,就只能正常打開(kāi)首頁(yè),也不知為什么