mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-10 06:42:36 +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 = {
|
module.exports = {
|
||||||
productionSourceMap: false,
|
productionSourceMap: false,
|
||||||
css: {
|
|
||||||
loaderOptions: {
|
|
||||||
sass: {
|
|
||||||
prependData: `
|
|
||||||
@import "@/assets/styles/_variables.scss";
|
|
||||||
`,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
configureWebpack: {
|
configureWebpack: {
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue