Skip to content

Commit

Permalink
fix: Correct mistake made in implementation of orderWarning option (#159
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hedgepigdaniel authored and ScriptedAlchemy committed Mar 27, 2019
1 parent 9c37719 commit 0c6ca8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@ class ExtractCssChunksPlugin {
.join('\n')}`
)
);
usedModules.add(fallbackModule);
}
usedModules.add(fallbackModule);
}
}
} else {
Expand Down

0 comments on commit 0c6ca8e

Please sign in to comment.