I get the error Uncaught TypeError: __webpack_require__.e is not a function when loading my Chrome extension. The error is triggered when loading the background.js script.
/******/ /* webpack/runtime/eagerly load chunks */
/******/ (() => {
/******/ __webpack_require__.e(352) //Error trigged at this line.
/******/ })();
Their is already a question on this topic. I am not sure how to apply the proposed solution. Do I need to create a cache group for all dependencies?
Also, how do I know which modules is being imported? (module ref 352)
Source Code
My code project is available here: https://github.com/h3xstream/test-extension
npm install
npm run build