File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 53
53
"eslint-plugin-html" : " ^1.6.0" ,
54
54
"eslint-plugin-promise" : " ^3.3.1" ,
55
55
"eslint-plugin-standard" : " ^2.0.1" ,
56
- "exports-loader" : " ^0.6.3" ,
57
56
"extract-text-webpack-plugin" : " v2.0.0-beta.4" ,
58
57
"file-loader" : " ^0.9.0" ,
59
58
"fs-extra" : " ^1.0.0" ,
63
62
"html-webpack-plugin" : " ^2.24.1" ,
64
63
"imagemin-mozjpeg" : " ^6.0.0" ,
65
64
"imagemin-webpack-plugin" : " ^1.2.1" ,
66
- "imports-loader" : " ^0.7.0" ,
67
- "json-loader" : " ^0.5.4" ,
68
65
"node-sass" : " ^4.0.0" ,
69
66
"open-browser-webpack-plugin" : " 0.0.3" ,
70
67
"postcss-loader" : " ^1.2.1" ,
Original file line number Diff line number Diff line change @@ -78,9 +78,6 @@ module.exports = {
78
78
} , {
79
79
test : / \. h t m l $ / ,
80
80
loader : 'html-loader'
81
- } , {
82
- test : / \. j s o n $ / ,
83
- loader : 'json-loader'
84
81
} ]
85
82
} ,
86
83
plugins : [
You can’t perform that action at this time.
0 commit comments