vite-plugin-env-compatible icon indicating copy to clipboard operation
vite-plugin-env-compatible copied to clipboard

Environment Variables Compatible for vite(with vue-cli, create-react-app and so on)

Results 2 vite-plugin-env-compatible issues
Sort by recently updated
recently updated
newest added

Hey 👋🏻 ### Context A `RangeError` (more specifically `Maximum call stack size exceeded`) is raised when we declare a variable with the same name as the expanded variable. e.g., ```...