Im trying to add the bootstrap-material-design with webpack using also the bootstrap-loader based on Sass, but without results.
I can load it using bower-webpack plugin, but I want to have more control of it using npm without manage bower packages as well.
yep, you should do, as @jkukul said:
also, you should install style-loader and css-loader packages
and add extract text webpack plugin:
add this line before module.exports:
and add this param inside module.exports:
probably, it would appear jQuery undefined error : I fixed it that way
and add plugins inside module.exports:
here is my total webpack.config file (hope it will be helpful!):