bholloway / resolve-url-loader

Webpack loader that resolves relative paths in url() statements based on the original source file
563 stars 71 forks source link

More changes to join api #192

Closed bholloway closed 3 years ago

bholloway commented 3 years ago

Another PR for the custom "join" and related docs. 🙄

After the previous PR I have absorbed at least one more use case and have amended the API to be a little less crazy.

I previously had this crazy scheme string that I would have used to signal an API refactor, mostly because I wasn't happy with where the API was. I'm now happy enough to commit to it in the current form. So the scheme has been removed. 🎉

The proof is in the docs here. Primarily this will again be a review of the docs. The tests say that the remainder is working.

Automated tests