### Describe the bug Uncaught runtime errors: × ERROR Invalid or unexpected token SyntaxError: Invalid or unexpected token ERROR Loading chunk src_app_boot_js failed. (missing: http://10.58.22.198:8888/js/src_app_boot_js._chunkhash_.js) ChunkLoadError: Loading chunk src_app_boot_js failed. (missing: http://10.58.22.198:8888/js/src_app_boot_js._chunkhash_.js) at __webpack_require__.f.j (http://10.58.22.198:8888/js/runtime.436ae511.js:417:29) at http://10.58.22.198:8888/js/runtime.436ae511.js:109:40 at Array.reduce (<anonymous>) at __webpack_require__.e (http://10.58.22.198:8888/js/runtime.436ae511.js:108:67) at eval (webpack-internal:///./src/app.config.ts:1:21) at ./src/app.config.ts (http://10.58.22.198:8888/js/app.436ae511.js:28:1) at __webpack_require__ (http://10.58.22.198:8888/js/runtime.436ae511.js:31:42) at __webpack_exec__ (http://10.58.22.198:8888/js/app.436ae511.js:308:61) at http://10.58.22.198:8888/js/app.436ae511.js:309:324 at webpackJsonpCallback (http://10.58.22.198:8888/js/runtime.436ae511.js:463:39) ### Reproduction 这个下载下来,直接安装依赖。直接启动dev:h5 ### System Info ```Shell windows chrome ``` ### Validations - [x] Follow our [Code of Conduct](https://github.com/kirklin/.github/blob/main/CODE_OF_CONDUCT.md) - [x] Read the [Contributing Guide](https://github.com/kirklin/contribute). - [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. - [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. - [x] The provided reproduction is a [minimal reproducible](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Describe the bug
Uncaught runtime errors:
×
ERROR
Invalid or unexpected token
SyntaxError: Invalid or unexpected token
ERROR
Loading chunk src_app_boot_js failed.
(missing: http://10.58.22.198:8888/js/src_app_boot_js._chunkhash_.js)
ChunkLoadError: Loading chunk src_app_boot_js failed.
(missing: http://10.58.22.198:8888/js/src_app_boot_js._chunkhash_.js)
at webpack_require.f.j (http://10.58.22.198:8888/js/runtime.436ae511.js:417:29)
at http://10.58.22.198:8888/js/runtime.436ae511.js:109:40
at Array.reduce ()
at webpack_require.e (http://10.58.22.198:8888/js/runtime.436ae511.js:108:67)
at eval (webpack-internal:///./src/app.config.ts:1:21)
at ./src/app.config.ts (http://10.58.22.198:8888/js/app.436ae511.js:28:1)
at webpack_require (http://10.58.22.198:8888/js/runtime.436ae511.js:31:42)
at webpack_exec (http://10.58.22.198:8888/js/app.436ae511.js:308:61)
at http://10.58.22.198:8888/js/app.436ae511.js:309:324
at webpackJsonpCallback (http://10.58.22.198:8888/js/runtime.436ae511.js:463:39)
Reproduction
这个下载下来,直接安装依赖。直接启动dev:h5
System Info
Validations