shakacode/bootstrap-loader

How to use bootstrap-loader without node-sass that is deprecated

seiyab opened this issue · 1 comments

bootstrap-loader requires node-sass as a peer dependency.

"node-sass": "*",

I prefer Dart Sass because:

Is there a way to use bootstrap-loader without node-sass?

Sorry for this late response.
We have "sass" in our peer dependencies and technically node-sass is not being used.
I believe it remained there because of a mistake. It will be removed in the coming release.