Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Commit 7868f36

Browse files
committed
Remove irregular whitespace
1 parent b285d82 commit 7868f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/moduleNotFound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const TYPE = 'module-not-found';
44

55
function isModuleNotFoundError (e) {
6-
const webpackError = e.webpackError || {};
6+
const webpackError = e.webpackError || {};
77
return webpackError.dependencies
88
&& webpackError.dependencies.length > 0
99
&& e.name === 'ModuleNotFoundError'

0 commit comments

Comments
 (0)