`babel-plugin-replace-env-vars` is a Babel plugin designed to replace occurrences of process.env.xxx in your code with the corresponding environment variable values at build time. If the environment variable process.env.xxx does not exist during the build
Replace JSX attribute value
A babel plugin that adds istanbul instrumentation to ES6 code
Helper function to replace supers
Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
Replace JavaScript expressions with other expressions
A Babel preset for each environment.
babel-preset-app for vue-cli
Provides a list of electron-to-chromium version mappings
Load your `.env` file and replace `process.env.MY_VARIABLE` with the value you set.
Replace Object.assign with an inline helper
General utilities for plugins to use
Report and remove unused es6 modules
Allow parsing of jsx
babel plugin that emulates vite's import.meta.env functionality
Helper function to replace certain member expressions with function calls
Allow parsing of TypeScript syntax
This plugin transforms ES2015 modules to CommonJS
A Babel preset that targets modern browsers by fixing engine bugs.
Compile class public and private fields, private methods and decorators to ES6
Compile ESNext Regular Expressions to ES5
Allow parsing of the module attributes in the import statement
This Parcel transformer plugin is responsible for transforming assets with Babel. It uses `@babel/core` to resolve babel config the same way Babel does and uses that if found. If no filesystem config is found it uses a default config that supports the mos
This plugin transforms ES2015 modules to UMD