Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我的 React SSR 应用程序知道需要哪些模块时,它会在运行时加载模块。
Webpack 拆分和捆绑代码。
SSR 应用程序托管在服务器 A 上,并且由于我无法控制的原因,捆绑包必须托管在服务器 B 上。
如何让 Webpack 知道从 B 而不是 A 加载模块?
设置[publicPath][1]为绝对 URL 解决了这个问题。
[publicPath][1]