Open seiyab opened 2 years ago
bootstrap-loader requires node-sass as a peer dependency. https://github.com/shakacode/bootstrap-loader/blob/2c4c85b86313da033a2104e84895ec87285ad4b5/package.json#L41
bootstrap-loader
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.
bootstrap-loader
requiresnode-sass
as a peer dependency. https://github.com/shakacode/bootstrap-loader/blob/2c4c85b86313da033a2104e84895ec87285ad4b5/package.json#L41I prefer Dart Sass because:
node-sass
has been deprecated.node-sass
tends to fail to build on installIs there a way to use
bootstrap-loader
withoutnode-sass
?