File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ module.exports = {
22
22
23
23
// Use Eslint Loader?
24
24
// 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.
26
26
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
28
28
// in the browser.
29
29
showEslintErrorsInOverlay : false ,
30
30
31
31
/**
32
32
* Source Maps
33
- */
33
+ */
34
34
35
35
// https://webpack.js.org/configuration/devtool/#development
36
36
devtool : 'eval-source-map' ,
@@ -58,8 +58,9 @@ module.exports = {
58
58
assetsPublicPath : '/' ,
59
59
60
60
/**
61
- * SourceMap
62
- */
61
+ * Source Maps
62
+ */
63
+
63
64
productionSourceMap : true ,
64
65
// https://webpack.js.org/configuration/devtool/#production
65
66
devtool : '#source-map' ,
You can’t perform that action at this time.
0 commit comments