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

bump adjust-sourcemap-loader dependency #172

Closed bholloway closed 3 years ago

bholloway commented 3 years ago

removes object-path

bholloway commented 3 years ago

Run e2e tests

iwantwin commented 3 years ago

Fixes #170 Duplicate of #171

bholloway commented 3 years ago

This may have an unintended consequence of moving the minimum node version to 8.9 which is what adjust-sourcemap-loader is now requiring. Although I do not intend to explicitly move the minimum node version here.

crudo commented 3 years ago

You are right, but node version 6 has reached end of life in April 2019.