Clean up webpack.config.js
This commit is contained in:
@@ -178,7 +178,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.html/,
|
test: /\.html/,
|
||||||
use: ["html-loader"]
|
use: "html-loader"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.vue$/,
|
test: /\.vue$/,
|
||||||
@@ -190,7 +190,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.(gif|png|jpe?g|svg)$/i,
|
test: /\.(gif|png|jpe?g|svg)$/i,
|
||||||
use: ["file-loader"]
|
use: "file-loader"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.js$/,
|
test: /\.js$/,
|
||||||
|
|||||||
Reference in New Issue
Block a user