We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for a great loader! I using customization with bootstrap-sass.config.js like that:
module.exports = { preBootstrapCustomizations: "./_pre-bootstrap-customizations.scss", bootstrapCustomizations: "./_bootstrap-customizations.scss", mainSass: "./main.scss", styleLoader: ExtractTextPlugin.extract("style-loader", "css-loader!sass?outputStyle=expanded"), scripts: { ... }, styles: { ... } };
main.scss
//some css @import "table";
table.scss
//table css
Then i modify main.scss webpack recompile and reload page. But then i change imported table.scss nothing happens. How to fix?
The text was updated successfully, but these errors were encountered:
I think bootstrap-sass-loader relies on sass-loader for hot reload functionality, so this issue seems similar to webpack-contrib/sass-loader#130.
Sorry, something went wrong.
@jorrit thx you. Indeed, the problem in the sass-loader.
No branches or pull requests
Thanks for a great loader!
I using customization with bootstrap-sass.config.js like that:
main.scss
table.scss
//table css
Then i modify
main.scss
webpack recompile and reload page. But then i change importedtable.scss
nothing happens. How to fix?The text was updated successfully, but these errors were encountered: