Feb 13, 2023
0
Level 8
Failed to resolve async component
Hello :
I'm using : vagrant + Laravel 8 + vuejs 2.5 + browser-sync-webpack-plugin 2.3
Today I get this error :
app.js:335818 [Vue warn]: Failed to resolve async component: function employeeEdit() {
return __webpack_require__.e(/*! import() | employees */ "employees").then(__webpack_require__.bind(null, /*! ./editModal/employeeEdit */ "./resources/js/components/coolApp/employees/editModal/employeeEdit.vue"));
}
Reason: ChunkLoadError: Loading chunk employees failed.
(missing: http://localhost:3000/js/chunks/employees.js?id=bacc7d6d71ba2499e4d4)
In production server I don't have this issue !
Any idea ? I restarted completely the vagrant ..
Please or to participate in this conversation.