Aaron_Zhou
Aaron_Zhou
浏览器的缓存机制这篇文章的链接似乎已经过时,我找到了有效的链接:https://git-lt.github.io/2016/11/21/web-cache/
It may have something to do with the versions of @types/react and @types/react-dom. It works for me with @types/[email protected] and @types/[email protected]
It works without specifying the `publicPath`. But I still don't understand why the `publicPath` should not be specified specifically. (because it works with `[email protected]`.) Maybe the error message should be...
Same here. And it results in different content hashes in webpack. Is it possible to resolve the problem?
How is it going now?
> I had fixed it,by this [pr](https://github.com/liximomo/lazy-compile-webpack-plugin/pull/10/commits/909528ff0704317e6e80180c52f9271b6027e716) after fork the project. @liximomo Can you merge this pr and release a new version? My project is not going to migrate to...
The problem still exists in `7.6.1` 
I cannot reproduce the issue in another project. And the problem is gone refreshing the page manually for several times. I tried removing the node_modules folder and reinstalling and it...
I think it has something to do with `qiankun`. I use `vite-plugin-qiankun` in the project. Here is a reproduction: https://stackblitz.com/edit/vitejs-vite-skcmru?file=vite.config.ts
A workaround is to provide a custom vite config file following the [doc](https://storybook.js.org/docs/builders/vite#override-the-default-configuration) and avoid using `vite-plugin-qiankun`.