Skip to content

Commit

Permalink
Merge pull request #8071 from timneutkens/fix/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
sokra committed Sep 22, 2018
2 parents 31d735c + 2671d88 commit 434ced3
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 434ced3

Please sign in to comment.