Santosh Kalidindi
Santosh Kalidindi
Vite has a system to allow Env Variables. Is there a way for my .eslintrc.js file to access these variables after vite build goes through this plugin? Basically, I want...
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug I am trying to run a vite dev mode in an environment where order of query...
Minimal Reproduction Repo: https://github.com/skalidindi/vite-vue2-bug My repo has a very basic Vue project with App.vue containing some css code. When you run the project in dev mode and inspect the network...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I get the following error when trying to run `npm run...