-
-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
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
Missing dependency #6
Comments
Nevermind, I missed that part of the README. |
Interesting...it now works after using .bootstraprc with bootstrapVersion: 3 - wasn't that a default anyway? |
The problem was using 'url' instead of 'url-loader' and wrong node module was used. bootstrap-loader works great now! |
I'm having trouble understanding what you did exactly to get past this issue. Are you saying the dependency instructions from the website are incorrect? Could you provide a relevant example from your "webpack.config.js" file? |
I think that's the case @jbri7357
the 'url' package is maybe used in other part of my project? my setup:
|
live saver @ninja- !!! |
Hey. Really nice work on packaging bootstrap for webpack.
README doesn't mention that file-loader package is needed, otherwise it won't work.
Other than that, I am having some weird problem?
The text was updated successfully, but these errors were encountered: