bholloway / resolve-url-loader

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

Remove lodash dependency #116

Closed bholloway closed 5 years ago

bholloway commented 5 years ago

Fixes #109 Supersedes #113

bholloway commented 5 years ago

Commit 051b4d8 is regressing 29 cases in test ONLY="nested* rework*" yarn test:e2e.

Meaning

bholloway commented 5 years ago

Having had another try at this it seems that source-map package must be specified at the same version as we have in postcss.

Unfortunately the postcss version is inexact. I'm going to use exact version here tho and see how it goes in the future. 🤞

bholloway commented 5 years ago

Ping @cheesestringer. Sorry for the delay but watch this space.

The tests run ab out 3'000 webpack builds of different source files with different webpack versions. There are 15'000 assertions and a handful them failing to meet expectations on outgoing source-map.

bholloway commented 5 years ago

image

bholloway commented 5 years ago

Published as resolve-url-loader@3.0.1