maoberlehner / node-sass-magic-importer

Custom node-sass importer for selector specific imports, module importing, globbing support and importing files only once.
MIT License
292 stars 28 forks source link

ValidationError #209

Closed honsa closed 4 years ago

honsa commented 4 years ago

With the actual node-sass version 4.13.1 or @beta and the described magic importer webpack configuration I receive the error

ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema. options has an unknown property 'importer'. These properties are valid: object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }

How can I use the experimental property importer of node-sass correctly?

honsa commented 4 years ago

My fault, put it to options instead sassOptions