shakacode / bootstrap-loader

Load Bootstrap styles and scripts in your Webpack bundle
MIT License
1.02k stars 486 forks source link

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

Open seiyab opened 2 years ago

seiyab commented 2 years ago

bootstrap-loader requires node-sass as a peer dependency. https://github.com/shakacode/bootstrap-loader/blob/2c4c85b86313da033a2104e84895ec87285ad4b5/package.json#L41

I prefer Dart Sass because:

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

ahangarha commented 1 year ago

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.