Skip to content

Commit

Permalink
fix(server): fix getScriptElements
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Nov 1, 2018
1 parent e4bf0f8 commit ba424e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/LoadableState.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class LoadableState {
}

getScriptElements() {
if (this.prefetchMode) {
if (this.manifest) {
return this.chunks.map(chunk => {
const props = {
src: this.getChunkAsset(chunk),
Expand Down

0 comments on commit ba424e0

Please sign in to comment.