antfu-collective / vitesse-webext

⚡️ WebExtension Vite Starter Template
MIT License
2.9k stars 224 forks source link

Add dotenv and unify define into vite.config as merging doesn't work #179

Open brauliobo opened 4 months ago

brauliobo commented 4 months ago

This PR adds and configures dotenv as an useful way of loading environment variables.

It is makes the access of all process.env keys feasible and remove a hack to the NODE_ENV var.