江程训
江程训
### Clear and concise description of the problem Creating an SSG version and an SSR version for the application is very feasible, because I see that the temporary files generated...
A solution for using uni-webview-js under vite's SSR (or SSG). > Please make sure all the requirements are satisfied, otherwise the PR could be closed without further notice. ## Checklist...
### Reproduction link [https://github.com/go-admin-team/go-admin](https://github.com/go-admin-team/go-admin) ### Steps to reproduce $ ./go-admin.exe server 2022-11-11 22:01:00.088 0800 info * => default:default@tcp(127.0.0.1:9004)/goadmin?charset=utf8&parseTime=True&loc=Local&timeout=1000ms 2022-11-11 22:01:00.106 0800 info mysql connect success ! 2022-11-11 22:01:00.107 0800 trace...
### Describe the bug When building SSG, all components of navie-ui cannot be imported ### Reproduction https://stackblitz.com/edit/github-2sappy ### System Info ```Shell [vite-ssg] An internal error occurred. [vite-ssg] Please report an...
```console (node:4735) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) node:internal/process/esm_loader:46 internalBinding('errors').triggerUncaughtException( ^...
## Error report details ```console Uncaught (in promise) TypeError: Failed to resolve module specifier '[email protected]_modules-workbox-window-build-workbox-window.prod.es5.1e1a3f8e.js' at index-487d5823.js:6:86496 at t (index-487d5823.js:1:762) at index-487d5823.js:6:86489 at u.immediate (index-487d5823.js:6:86942) at jh (index-487d5823.js:6:86968) at index-487d5823.js:6:87685...
- https://dom.spec.whatwg.org/#dom-element-getelementsbyclassname - https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByClassName
**Describe the bug** Using getElementsByClassName again on an element that has been found will cause the function to not exist. **To Reproduce** https://stackblitz.com/edit/js-xmldom-template-qg6pz5?file=index.js **Expected behavior** should be able to do...