Closed edoardocavazza closed 8 months ago
Latest commit: 031a40c4633eee287409dc9e7460f646384be177
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Attention: Patch coverage is 52.00000%
with 12 lines
in your changes are missing coverage. Please review.
Project coverage is 91.46%. Comparing base (
d745e14
) to head (031a40c
).
Files | Patch % | Lines |
---|---|---|
packages/esbuild-plugin-meta-url/lib/index.js | 52.00% | 12 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR should fix #164 by changing the way relative paths are resolved. In order to prevent recursion and directories, the plugin now resolves relativa paths using the
URL
constructor instead of the esbuild resolver.