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 4a1f068 commit 2f211b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AutomaticPrefetchPlugin.js
Expand Up @@ -44,7 +44,7 @@ class AutomaticPrefetchPlugin {
(m, callback) => {
compilation.prefetch(
m.context || compiler.context,
new PrefetchDependency(m.request),
new PrefetchDependency(`!!${m.request}`),
callback
);
},
Expand Down

0 comments on commit 2f211b6

Please sign in to comment.