-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility issue with sass-loader, Error: Sass Loader has been initialised using an options object that does not match the API schema. - options has an unknown property 'importer'. #68
Comments
@sainisagar310 Waiting for the same isue. Looks like the lib is valid, waiting for Using Webpack 3, and verified the package libraries are ok. ERROR in ./frontend/modules/Home/components/MatrixView/MatrixView.scss (./node_modules/css-loader/dist/cjs.js??ref--8-1!./node_modules/antd-scss-theme-plugin/build/dist/lib/antdSassLoader.js??ref--8-2!./frontend/modules/Home/components/MatrixView/MatrixView.scss)
|
I managed to work around this for the time being by downgrading sass-loader to 7.3.1. |
@cdwieber is the issue related to sass-loader v8 and above? how did u end up with 7.3.1? |
As Chris suggested - 7.3.1 resolved it for me as well.
בתאריך יום ד׳, 29 בינו' 2020, 2:26, מאת Altug Sahin <
[email protected]>:
… @cdwieber <https://github.com/cdwieber> is the issue related to
sass-loader v8 and above? how did u end up with 7.3.1?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#68?email_source=notifications&email_token=AIXBBZDSX3HAWJFAG47QOA3RADELDA5CNFSM4KEGUAAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKFQUJQ#issuecomment-579537446>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIXBBZBPJFPQ5RUALGXV3KLRADELDANCNFSM4KEGUAAA>
.
|
I meet the same situation,my sass-loader version is 8.0.2, I downgrade it to 7 to resolve the error. |
The version
1.0.8 (latest)
ofantd-scss-theme-plugin
is not compatible withsass-loader(8.0.0) latest
. It shows the following error: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? }
The text was updated successfully, but these errors were encountered: