how can i use .env variable in Codesandbox ? For now i've this error when using a .env file with process.env : 'process' is not defined - eslint
I've try to declare process to true in a .eslintrc file : https://eslint.org/docs/user-guide/configuring
This is my code : https://codesandbox.io/s/vue-env-qi70n