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

Refactor join function #177

Closed bholloway closed 3 years ago

bholloway commented 3 years ago

The v4 join function is a bit over-complicated.

This refactor changes API slightly but greatly simplifies the implementation.

Also some e2e test allowances for Webpack5 to ensure all tests pass completely.

bholloway commented 3 years ago

Run e2e tests