-
### Describe the bug
I was using files with lazy suffix for code splitting, after yesterday's announcement about autoCodeSplitting (https://github.com/TanStack/router/pull/2163) I wanted to use it.…
-
Firstly, congratulations on the incredible work and for sharing it with us.
I have two questions which are:
The first is how can I set an initial size for a new file? I try change _initSketch mo…
-
With a given code
```js
const mapState = ({ page, direction, ...state }) => ({
page,
direction,
isLoading: isLoading(state)
})
```
memoize state should not react to any state change, as …
-
### Describe the bug
不设置codeSplitting:false 的打包策略,部署后通过vpn环境访问,vpn环境会添加访问前缀,造成分包的资源访问时没有相应的前缀,访问不到相关资源. 页面部署普通的访问地址是:http://xxx.com/aa/home.js,通过vpn访问,则正确访问地址应该是这样:http://vpn.xx.com/vpn/aa/home.js;…
-
Hi, I am creating this issue after reading this blog [https://github.com/react-native-community/discussions-and-proposals/issues/152](url)
## Description
I have created two bundles with two differ…
-
### Describe the bug
{
splitChunks: true,
codeSplitting: 'page-vendors',
}
配置了上述属性,依旧把所有的css打进一个文件里
### Expected behavior
期望根据页面打成不同的css js
### Actual behavior
_No response_
### Versio…
-
### Describe the bug
在@ice/app: 3.4.3版本中,通过 npm run start,三方包引入资源报错报错:
![image](https://github.com/alibaba/ice/assets/93925944/1138401c-a54a-40dc-8bdd-37f1568ea173)
三方包地址:https://github.com/ajaxorg…
-
## What happens?
1、将设置成一个非http变量 window.publicPath
window.publicPath = '__VAN_STATIC_BASE_PATH__/';
2、开启配置
runtimePublicPath: {},
3、编译后出下以下结果
`
__VAN_STATIC_BASE_PATH__/framework.j…
-
### What problem does this feature solve?
`Diagnostic` should not contain concrete fields and it should be a trait that guides a series of actions.
### What does the proposed API of configuratio…
-
Hey @gund
I'm starting two new projects this upcoming week, and I've specced StoryBlok, just curious if angular support is going to be ongoing before I commit these clients to a build with the pla…