Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect paths within sourcemaps #483

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

dcastil
Copy link
Owner

@dcastil dcastil commented Oct 14, 2024

Closes #481

@github-actions github-actions bot added bugfix context-v2 Related to tailwind-merge v2 labels Oct 14, 2024
Copy link

Metrics report

At head commit 004fbec and base commit a6d0954 at 2024-10-14T11:14:11.030Z

Size

No changes

All size metrics
Export Size original Size minified Size minified and Brotli compressed
tailwind-merge esm 72.45 kB 0% 20.32 kB 0% 5.83 kB 0%
 › createTailwindMerge 12.63 kB 0% 3.40 kB 0% 1.38 kB 0%
 › extendTailwindMerge 71.96 kB 0% 19.91 kB 0% 5.61 kB 0%
 › fromTheme 0.16 kB 0% 0.08 kB 0% 0.09 kB 0%
 › getDefaultConfig 57.67 kB 0% 16.00 kB 0% 4.12 kB 0%
 › mergeConfigs 1.45 kB 0% 0.45 kB 0% 0.23 kB 0%
 › twJoin 1.06 kB 0% 0.26 kB 0% 0.16 kB 0%
 › twMerge 70.32 kB 0% 19.42 kB 0% 5.41 kB 0%
 › validators 3.01 kB 0% 1.26 kB 0% 0.64 kB 0%
tailwind-merge cjs 72.71 kB 0% 23.40 kB 0% 6.07 kB 0%
tailwind-merge/es5 esm 76.25 kB 0% 21.70 kB 0% 6.02 kB 0%
 › createTailwindMerge 14.51 kB 0% 4.03 kB 0% 1.51 kB 0%
 › extendTailwindMerge 75.57 kB 0% 21.29 kB 0% 5.85 kB 0%
 › fromTheme 0.21 kB 0% 0.10 kB 0% 0.09 kB 0%
 › getDefaultConfig 58.81 kB 0% 16.55 kB 0% 4.21 kB 0%
 › mergeConfigs 1.78 kB 0% 0.50 kB 0% 0.24 kB 0%
 › twJoin 1.08 kB 0% 0.26 kB 0% 0.14 kB 0%
 › twMerge 73.34 kB 0% 20.59 kB 0% 5.62 kB 0%
 › validators 3.74 kB 0% 1.54 kB 0% 0.65 kB 0%
tailwind-merge/es5 cjs 76.50 kB 0% 24.80 kB 0% 6.31 kB 0%

Copy link

codspeed-hq bot commented Oct 14, 2024

CodSpeed Performance Report

Merging #483 will not alter performance

Comparing bugfix/481/fix-incorrect-sourcemap-paths (004fbec) with main (a6d0954)

Summary

✅ 5 untouched benchmarks

@dcastil dcastil merged commit 47b566c into main Oct 14, 2024
7 checks passed
@dcastil dcastil deleted the bugfix/481/fix-incorrect-sourcemap-paths branch October 14, 2024 11:15
Copy link

This was addressed in release v2.5.4.

@dcastil dcastil added bug Something isn't working and removed bugfix labels Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working context-v2 Related to tailwind-merge v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to parse source map from
1 participant