forked from vitejs/vite
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Labels
feat: native pluginsrelated to exprimental.enableNativePluginsrelated to exprimental.enableNativePluginsrequires api design
Description
Describe the regression
unplugin-vue-i18n patches the internal json plugin.
https://github.com/intlify/bundle-tools/blob/d3724e19cae256219f57ac7bc364ff2e07d05502/packages/unplugin-vue-i18n/src/core/resource.ts#L176-L198
This won't work when native plugins as the handler does not exist on JS side.
Reproduction
Expected Behavior
There's a way to skip the internal json plugin for some modules.
related: vitejs#12168
Actual Behavior
There's no way to skip the internal json plugin for some modules.
Steps to Reproduce
No response
System Info
For all environmentsUsed Package Manager
npm
Logs
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs and the Rolldown-related guide.
- Check that there isn't already an issue that reports the same regression to avoid creating a duplicate.
- Check that this is a concrete regression. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the regression.
Metadata
Metadata
Assignees
Labels
feat: native pluginsrelated to exprimental.enableNativePluginsrelated to exprimental.enableNativePluginsrequires api design
Type
Projects
Status
Has plan