mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-30 09:27:10 +02:00
remove unused scss variables.
This commit is contained in:
parent
8dafa9fb76
commit
c179ad4c8d
1 changed files with 0 additions and 9 deletions
|
@ -2,15 +2,6 @@ const path = require('path')
|
|||
|
||||
module.exports = {
|
||||
productionSourceMap: false,
|
||||
css: {
|
||||
loaderOptions: {
|
||||
sass: {
|
||||
prependData: `
|
||||
@import "@/assets/styles/_variables.scss";
|
||||
`,
|
||||
},
|
||||
},
|
||||
},
|
||||
configureWebpack: {
|
||||
resolve: {
|
||||
alias: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue