Initial Commit
This commit is contained in:
13
frontend/vue.config.js
Normal file
13
frontend/vue.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// Vue.config.js
|
||||
module.exports = {
|
||||
// ...
|
||||
css: {
|
||||
loaderOptions: {
|
||||
sass: {
|
||||
sassOptions: {
|
||||
quietDeps: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user