Skip to content

Commit 1914f83

Browse files
chore: prettify files
1 parent 2b7ab5d commit 1914f83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/NoModeWarning.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ module.exports = class NoModeWarning extends WebpackError {
1414
this.message =
1515
"configuration\n" +
1616
"The 'mode' option has not been set, webpack will fallback to 'production' for this value. " +
17-
"Set 'mode' option to 'development' or 'production' to enable defaults for each environment.\n" +
18-
"You can also set it to 'none' to disable any default behavior. " +
19-
"Learn more: https://webpack.js.org/concepts/mode/";
17+
"Set 'mode' option to 'development' or 'production' to enable defaults for each environment.\n" +
18+
"You can also set it to 'none' to disable any default behavior. " +
19+
"Learn more: https://webpack.js.org/concepts/mode/";
2020

2121
Error.captureStackTrace(this, this.constructor);
2222
}

0 commit comments

Comments
 (0)