Удалил комментарии

This commit is contained in:
Book Pauk
2021-12-12 01:56:24 +07:00
parent 4968828488
commit 3ecb3e80ac
2 changed files with 0 additions and 29 deletions

View File

@@ -62,34 +62,6 @@ module.exports = {
filename: 'fonts/[name]-[hash:6][ext]'
},
},
/*{
test: /\.gif$/,
loader: "url-loader",
options: {
name: "images/[name]-[hash:6].[ext]"
}
},
{
test: /\.png$/,
loader: "url-loader",
options: {
name: "images/[name]-[hash:6].[ext]"
}
},
{
test: /\.jpg$/,
loader: "file-loader",
options: {
name: "images/[name]-[hash:6].[ext]"
}
},
{
test: /\.(ttf|eot|woff|woff2)$/,
loader: "file-loader",
options: {
name: "fonts/[name]-[hash:6].[ext]"
}
},*/
]
},