Skip to content

Commit

Permalink
fix #9485
Browse files Browse the repository at this point in the history
  • Loading branch information
vankop committed Aug 8, 2020
1 parent 68bcf1a commit 8b1f6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AutomaticPrefetchPlugin.js
Expand Up @@ -45,7 +45,7 @@ class AutomaticPrefetchPlugin {
(m, callback) => {
compilation.addModuleChain(
m.context || compiler.context,
new PrefetchDependency(m.request),
new PrefetchDependency(`!!${m.request}`),
callback
);
},
Expand Down

0 comments on commit 8b1f6d8

Please sign in to comment.