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

Webpack5 E2E tests #165

Closed bholloway closed 3 years ago

bholloway commented 3 years ago

Updated E2E tests for Webpack 5.

Moved deprecation warnings to the node deprecation API as used for webpack deprecations.

Removed some unnecessary code shims and updated dependences.

bholloway commented 3 years ago

Known issue - 4 failed tests due to Webpack 5 not correctly logging loader warnings.