File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments