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

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]"
}
},*/
]
},

View File

@@ -86,7 +86,6 @@ const plugins = {
import '@quasar/extras/line-awesome/line-awesome.css';
import lineAwesome from 'quasar/icon-set/line-awesome.js'
//const q: {Quasar, QuasarOptions: { config, components, directives, plugins }};
export default {
quasar: Quasar,
options: { config, components, directives, plugins },