我試圖使用Firefox瀏覽器在Linux上詹金斯運行茉莉單元測試和我一直有這種行爲:類型錯誤:模塊[的moduleId]未定義
[32m02 08 2017 08:16:26.443:INFO [Firefox 50.0.0 (Windows 8.1 0.0.0)]: [39mConnected on socket /#KYlvgi9JYtXnD1jZAAAB with id manual-931
Firefox 50.0.0 (Windows 8.1 0.0.0) ERROR
TypeError: modules[moduleId] is undefined
at http://52.5.4.155:9876/_karma_webpack_/inline.bundle.js:55
Firefox 50.0.0 (Windows 8.1 0.0.0) ERROR
TypeError: modules[moduleId] is undefined
at http://52.5.4.155:9876/_karma_webpack_/inline.bundle.js:55
[33m02 08 2017 08:21:27.750:WARN [Firefox 50.0.0 (Windows 8.1 0.0.0)]: [39mDisconnected (1 times)
Firefox 50.0.0 (Windows 8.1 0.0.0) ERROR
Disconnectedundefined
Firefox 50.0.0 (Windows 8.1 0.0.0) ERROR
Disconnectedundefined
唯一的例外是在這行代碼:
// Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
我研究了很多關於這個問題,但我找不到任何解決方案。有沒有人可以幫助我解決它。
找到任何解決方案?我有同樣的問題 –