perf: import module replacements util directly#2959
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
📝 WalkthroughWalkthroughTwo Vue components now import ChangesResolveDocUrl import path update
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
I'll close this for now since we'll get e18e/module-replacements#753 soon™ and I can confirm that the fix works here 🎉 |
📚 Description
We don't use the module replacements manifest, only the util.
As @gameroman pointed out in e18e/module-replacements#751, we can already use the dist alias to avoid pulling in the manifest and saving 21 kB.
This PR does exactly that.
Note: If e18e/module-replacements#751 lands I suggest to use the "official alias".