https://jsfiddle.net/zutw43rx/
Add lang="sass" to any component's style.
The module should be loaded with the sass-loader.
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.
Its a known issue due to config option change in sass-loader. Dont know the exact version numbers by head, but you should probably use this version:
<the major version you currently have installed which causes the error> - 1
Changelog: https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#800-2019-08-29
Resolved in #6460
Workaround is to apply the changes manually until the next release, downgrading to sass-loader@^7.0.0 or using nuxt-edge
Most helpful comment
Its a known issue due to config option change in sass-loader. Dont know the exact version numbers by head, but you should probably use this version:
<the major version you currently have installed which causes the error> - 1