Skip to content

Commit 664617f

Browse files
afontcuLinusBorg
authored andcommitted
Fix typos and formatting (#1048)
1 parent 3c67b77 commit 664617f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

template/config/index.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ module.exports = {
2222

2323
// Use Eslint Loader?
2424
// If true, your code will be linted during bundling and
25-
// linting errors and warings will be shown in the console.
25+
// linting errors and warnings will be shown in the console.
2626
useEslint: true,
27-
// If true, eslint errors and warings will also be shown in the error overlay
27+
// If true, eslint errors and warnings will also be shown in the error overlay
2828
// in the browser.
2929
showEslintErrorsInOverlay: false,
3030

3131
/**
3232
* Source Maps
33-
*/
33+
*/
3434

3535
// https://webpack.js.org/configuration/devtool/#development
3636
devtool: 'eval-source-map',
@@ -58,8 +58,9 @@ module.exports = {
5858
assetsPublicPath: '/',
5959

6060
/**
61-
* SourceMap
62-
*/
61+
* Source Maps
62+
*/
63+
6364
productionSourceMap: true,
6465
// https://webpack.js.org/configuration/devtool/#production
6566
devtool: '#source-map',

0 commit comments

Comments
 (0)