-
**Description**
As we’re running a TS monorepo, using [Turborepo](https://turbo.build/repo/docs) would help speed up local dev and simplify configuration
**Proposal**
We don’t have a ton of p…
-
There is a small mention of hot module loading - but not even sure if that is still working? however, any notable considerations between bundle size / browser support / ease of use. Even if the statem…
-
已经在config中设置了 headScripts 的loading.js
这个loading.js 会在构建后的index.html 的head标签里面,这个时候 const _root = document.querySelector('#root')的_root是没有的,所以不会执行loading。需要把这个loading的js放到dom后面才会执行。
问下这个有什么解决方法吗?
如果…
-
# Bug report
**What is the current behavior?**
The `ModuleChunkFormatPlugin` may create arbitrary file-level names when formatting an ESM chunk.
https://github.com/webpack/web…
-
Repro:
From the email editing page,
Click on the "Web archive" button in the toolbar to bring up the metadata dialog.
Click on the "Add image" button.
Expected: file-finding system dialog pops u…
-
This is a feature request / idea that I am curious about. I am working on a new version of [Nature of Code](http://natureofcode.com/book) and am revamping the interactive examples with p5.js. I think…
-
## What happens?
umi4中 import alarm from "/static/acop_screw_alarm.png"加载public下的图片会提示找不到图片。
但我在另一个 umi4 的项目中,这样做又是正常的。
## Mini Showcase Repository(REQUIRED)
使用的代码:
import ref_dryer_ala…
-
`webpack 2 ` use `import('xx').then()` to split code. But use `import()` in ts is invalid.
any examples to show how to use `import()` with `webpack 2` and ts ?
-
## What happens?
相关 Issue: #10971 [Bug] window.publicPath 为非标准链接时,替换会出现bug。
publicPath 为自定义协议时,开启自动代码分包后,打包出的 index.html 中的 framework.js 导入方式不对。
需求原因:应用是在自己开发的环境上跑的,采用了特殊的静态资源打包方式,不从网络读取,…
-
如何打包单个html文件,或者说能在首次就让js文件都加载完,我们的服务是部署在国外的,开了cdn还是比较慢的,首次进入没什么问题,但是切路由的时候就会导致页面卡住,因为他要重新加载新的js文件,这个多html文件模式并不适用所有的项目,希望能给个配置方式关掉