Commit 606eb72 1 parent 68f0767 commit 606eb72 Copy full SHA for 606eb72
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ const StyleLintPlugin = require('stylelint-webpack-plugin');
6
6
const WebpackBar = require ( 'webpackbar' ) ;
7
7
const CopyPlugin = require ( 'copy-webpack-plugin' ) ;
8
8
const FriendlyErrorsWebpackPlugin = require ( 'friendly-errors-webpack-plugin' ) ;
9
+ const ImageminPlugin = require ( 'imagemin-webpack-plugin' ) . default ;
9
10
10
11
module . exports = {
11
12
stats : 'none' ,
@@ -24,6 +25,7 @@ module.exports = {
24
25
exclude : / n o d e _ m o d u l e s / ,
25
26
loader : "eslint-loader" ,
26
27
options : {
28
+ sourceMap : true ,
27
29
cache : false ,
28
30
configFile : '.eslintrc.json' ,
29
31
emitError : true ,
@@ -38,6 +40,7 @@ module.exports = {
38
40
use : {
39
41
loader : 'babel-loader' ,
40
42
options : {
43
+ sourceMap : true ,
41
44
presets : [ '@babel/preset-env' ]
42
45
}
43
46
}
You can’t perform that action at this time.
0 commit comments