Skip to content

Commit ba424e0

Browse files
committed
fix(server): fix getScriptElements
1 parent e4bf0f8 commit ba424e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/LoadableState.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class LoadableState {
6060
}
6161

6262
getScriptElements() {
63-
if (this.prefetchMode) {
63+
if (this.manifest) {
6464
return this.chunks.map(chunk => {
6565
const props = {
6666
src: this.getChunkAsset(chunk),

0 commit comments

Comments
 (0)