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
{{ message }}
This repository was archived by the owner on Oct 28, 2022. It is now read-only.
I'm generating a package that will be placed in a folder structure like so: "builds/{version}/dist/", which is where all the files will sit. However, when the css file is generated, it generates url links from the root.
Can I configure this loader to do otherwise? After all, it's not like the css and the fonts will be in different places.
I've tried publicPath but that just crashes webpack.
Edit: For the record: I'm hacking around this currently with StringReplacePlugin.
emjaksa, jmhdez, unimonkiez, jardilio, jedwardhawkins and 2 more