Clean up webpack.config.js

This commit is contained in:
NI
2019-08-17 16:16:17 +08:00
parent 54fa0ae10e
commit 59369f1167

View File

@@ -178,7 +178,7 @@ module.exports = {
},
{
test: /\.html/,
use: ["html-loader"]
use: "html-loader"
},
{
test: /\.vue$/,
@@ -190,7 +190,7 @@ module.exports = {
},
{
test: /\.(gif|png|jpe?g|svg)$/i,
use: ["file-loader"]
use: "file-loader"
},
{
test: /\.js$/,