-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Introduce treeshakableimport.meta build flags #21862
Copy link
Copy link
Closed
Description
Describe the feature
Nuxt provides process. flags such as process.static that allow writing tree-shakable conditional logic. Nitro recently introduced both that and identical flags for import.meta. which is more runtime agnostic namespace. (nitrojs/nitro#1331).
Additional information
- Would you be willing to help implement this feature?
- Could this feature be implemented as a module?
Final checks
- Read the contribution guide.
- Check existing discussions and issues.
Reactions are currently unavailable