lxs24sxl / vite-plugin-html-env

A vite plugin for rewriting html
82 stars 10 forks source link

Fix argv bug #2

Closed 0x0a0d closed 2 years ago

0x0a0d commented 3 years ago

ex: vite build --outDir some => loadEnv will be ignore because non --mode's index found move loadEnv out of transform function, so we just need to load once time