-
框架默认做的是往 `public/index.html` 里注入执行的资源(js 和 css),构建后带 publicPath,其他 html 内容并不会去处理
html 中的其他资源,推荐用 cdn 地址。如果资源在 public 目录下可以用 `/` 索引到根域名,但这种方式对具体部署位置有要求,即资源需要部署在域名跟目录下
_Originally po…
-
### Describe the bug
将codeSplitting配置为false 还是打包出了多个html文件,
![image](https://github.com/user-attachments/assets/136260f5-2afe-4ff9-94e6-c57f1a4b9c16)
目前这个情况,会导致如果一个页面存在嵌套页面的话, 刷新当前页面后 重新请求资源 nginx …
-
Hello,
I'm 100% sure this is something I'm doing wrong but I was wondering if someone can point me in the right direction?
I'm coming from a webpack config, if that helps.
Here is my esbuild …
-
### Which packages are impacted by your issue?
@graphql-codegen/client-preset
### Describe the bug
Using recommended react-app preset for code splitting brings in undesired transform-exponentiation…
-
I'm using webpack 3.12 and I do codesplitting on my js into chunks and use query strings to version them e.g. `page1.chunk.js?id=abcdef`. The file is then saved as `page1.chunk.js`. Problem is, the qu…
-
Documentation Is:
- [ ] Missing
- [ ] Needed
- [x] Confusing
- [ ] Not Sure?
### Please Explain in Detail...
How to use rollup in a browser?
I found the rollup's ES module for t…
-
**Problem to Solve**
Bundles are currently displayed in a holistic "this is the whole bundle" style, which is great, but it lacks the context of where in the UI we're serving that bundle and exactly w…
-
-
环境 umijs/max@4.13.12,约定路由
配置codeSplitting 为 granular或者advanced时,编译成功,但访问页面控制台报错 **“Uncaught TypeError: Cannot read property ‘call’ of undefined at runtime_entry.js”** execOptions.factory 不存在
移除c…
-
### Feature Use Case
This is meant for incremental `watch()` updates, but could be a lead into more granular incremental rebuilds later on.
Currently, **anything** that triggers a rebuild wi…