Clean up webpack.config.js
This commit is contained in:
@@ -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$/,
|
||||
|
||||
Reference in New Issue
Block a user