jspm / generator

JSPM Import Map Generator
Apache License 2.0
160 stars 20 forks source link

guard against a missing process.env (as in the browser) #322

Closed pvh closed 9 months ago

pvh commented 9 months ago

When there's no process.env, the check above fails. This just guards it.

pvh commented 9 months ago

Just a tiny PR as I get back into working on this stuff. You can obviously polyfill process but vite makes it annoying and it would be nicer not to have to!