./node_modules/vuetify/src/components/VApp/VApp.sass Syntax Error: TypeError: this.getOptions is not a function code example
Example: vuejs sass Syntax Error: TypeError: this.getOptions is not a function
# It seems like [email protected] doesn't work with [email protected].
# I installed [email protected] and it worked like a charm again.
# In terminal:
yarn remove sass-loader
yarn add [email protected]
yarn serve