Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
timneutkens committed Sep 21, 2018
1 parent 31d735c commit 2671d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dependencies/ImportParserPlugin.js
Expand Up @@ -66,7 +66,7 @@ class ImportParserPlugin {
)
);
} else {
// Do not instrument `import()` is `webpackIgnore` is `true`
// Do not instrument `import()` if `webpackIgnore` is `true`
if (importOptions.webpackIgnore) {
return false;
}
Expand Down

0 comments on commit 2671d88

Please sign in to comment.