I\'m using VueJS with the framework VuetifyJS (v2.0.19). I\'m getting this error after running npm run serve:
Sass Loader has been initialise
indentedSyntax is part of the sassOptions:
indentedSyntax
sassOptions
sassOptions: { indentedSyntax: true }
For example:
{ loader: 'sass-loader', options: { sassOptions: { indentedSyntax: true } } }
So - change your Webpack config to reflect that.