This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Relative Paths for urls #30
Comments
@IngwiePhoenix Please fix! |
Yeah, my "fix":
|
@jardilio Did something similiar. |
I have this issue too. please fix :) |
I have this issue as well. Though I have created the fork of this repo and released as The fix for this is simply |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: