remove image-webpack-loader

This commit is contained in:
Caleb Taylor
2019-01-08 14:34:34 -08:00
parent d0a0d29a3e
commit 2b7ef67edd
2 changed files with 2 additions and 11 deletions
+1 -9
View File
@@ -21,15 +21,7 @@ module.exports = {
},
{
test: /\.(gif|png|jpe?g|svg|xml)$/i,
use: [
"file-loader",
{
loader: "image-webpack-loader",
options: {
bypassOnDebug: true
}
}
]
use: "file-loader"
}
]
},