You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to use Root Urls and still get my assets through the url/file-loader (for things like $fa-font-path overrides), I had some problems to set the url-loader?root query to the correct folder. So I managed to do so by tweaking the utils/parseConfig.js from:
While trying to use Root Urls and still get my assets through the
url/file-loader
(for things like$fa-font-path
overrides), I had some problems to set the url-loader?root query to the correct folder. So I managed to do so by tweaking theutils/parseConfig.js
from:To:
After that, I created a .bootstraprc with something like:
So it all just worked!
I think this is a very good tweak, it is so much more flexible now.
The text was updated successfully, but these errors were encountered: