sass loader this.getOptions is not a function code example
Example: sass loader this.getOptions is not a function
sass-loader@11.0.0 doesn't work with vue@2.6.12.
I installed sass-loader@10.1.1 and it worked like a charm again.
In your package.json:
"sass-loader": "^10",