Dan Schuman

Results 35 comments of Dan Schuman

@Phoenixmatrix good point. I'll check on that, but I have a feeling it could cause issues now.

I'll also look into passing params to css-loader to disable some things, or to downgrade css-loader in that repository.

Or, having css-loader be a peer dependency.

@trueter yes--I couldn't figure how to prevent bootstra-sass-loader from being triggered every rebuild. I _did_ get it into a separate chunk successfully, but it would always rebuild all chunks AFAIK...

@mmahalwy I haven't messed with adjusting bootstrap-sass-loader's properties yet. I'm also not sure if bootstrap-sass has any image URLs in it, so it may actually be good with raw-loader, which...