Skip to content

Commit ab2fa81

Browse files
Remove not required loader
1 parent d4ec798 commit ab2fa81

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"eslint-plugin-html": "^1.6.0",
5454
"eslint-plugin-promise": "^3.3.1",
5555
"eslint-plugin-standard": "^2.0.1",
56-
"exports-loader": "^0.6.3",
5756
"extract-text-webpack-plugin": "v2.0.0-beta.4",
5857
"file-loader": "^0.9.0",
5958
"fs-extra": "^1.0.0",
@@ -63,8 +62,6 @@
6362
"html-webpack-plugin": "^2.24.1",
6463
"imagemin-mozjpeg": "^6.0.0",
6564
"imagemin-webpack-plugin": "^1.2.1",
66-
"imports-loader": "^0.7.0",
67-
"json-loader": "^0.5.4",
6865
"node-sass": "^4.0.0",
6966
"open-browser-webpack-plugin": "0.0.3",
7067
"postcss-loader": "^1.2.1",

tools/webpack/conf.base.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ module.exports = {
7878
}, {
7979
test: /\.html$/,
8080
loader: 'html-loader'
81-
}, {
82-
test: /\.json$/,
83-
loader: 'json-loader'
8481
}]
8582
},
8683
plugins: [

0 commit comments

Comments
 (0)