We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bf0f8 commit ba424e0Copy full SHA for ba424e0
packages/server/src/LoadableState.js
@@ -60,7 +60,7 @@ class LoadableState {
60
}
61
62
getScriptElements() {
63
- if (this.prefetchMode) {
+ if (this.manifest) {
64
return this.chunks.map(chunk => {
65
const props = {
66
src: this.getChunkAsset(chunk),
0 commit comments