OpenSourceRaidGuild / babel-vite

babel preset and plugins that emulate Vite's non-standard functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel-vite

Build Status codecov All Contributors PRs Welcome Code of Conduct

Discord Watch on GitHub Star on GitHub Tweet

Please note: this plugin is intended to provide an approximation of some of Vite specific transformations when running the code in non-Vite environment, for example, running tests with a NodeJS based test runner.

The functionality within these transformations should not be relied upon in production.

This repo includes the following presets and plugins:

For installation, usage and example, please refer to the documentation in the above packages.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Michael Peyper
Michael Peyper

πŸ’» ⚠️ πŸ“–
Braydon Hall
Braydon Hall

πŸ’»
Mohit
Mohit

πŸ’»
RubΓ©n Moya
RubΓ©n Moya

πŸ’»
Mitchel van Bever
Mitchel van Bever

πŸ€”
vctqs1
vctqs1

πŸ’»
DesselBane
DesselBane

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

Issues

Looking to contribute? Look for the Good First Issue label.

πŸ› Bugs

Please file an issue for bugs, missing documentation, or unexpected behavior.

See Bugs

πŸ’‘ Feature Requests

Please file an issue to suggest new features. Vote on feature requests by adding a πŸ‘. This helps maintainers prioritize what to work on.

See Feature Requests

❓ Questions

For questions related to using the library, you can raise issue here, or visit a support community:

LICENSE

MIT

About

babel preset and plugins that emulate Vite's non-standard functionality

License:MIT License


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%