https://cypress.io logo
How do you get Cypress, using Webpack internally, ...
# e2e-testing
m
How do you get Cypress, using Webpack internally, to compile
import.meta.env
into
process.env
when using Vite instead of webpack for your project bundler? I can't run any E2E tests because Cypress fails to read any
import.meta.env
ENV variables and believes it's a syntax error.