Skip to content
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

Webpack build fails with sass loader #93

Open
sc0rp1on opened this issue May 25, 2020 · 1 comment
Open

Webpack build fails with sass loader #93

sc0rp1on opened this issue May 25, 2020 · 1 comment

Comments

@sc0rp1on
Copy link

options has an unknown property 'importer'. These properties are valid:
object { implementation?, sassOptions?, prependData?, sourceMap?, webpackImporter? }

I'm guessing the documentation is old.
Can this be updated please?

@sc0rp1on
Copy link
Author

{
loader: "sass-loader",
options: {
webpackImporter: false,
sassOptions: {
importer: jsonImporter()
}
}

Works with this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant