jspm / project

Roadmap and management repo for the jspm project
161 stars 8 forks source link

CDN build error for @vue/reactivity@3.2.34 #192

Closed AmShaegar13 closed 2 years ago

AmShaegar13 commented 2 years ago

Reporting CDN Build Error.

guybedford commented 2 years ago

It should be working now.

Note that this project exports a module that assumes the process global which JSPM does not inject out of principle.

You will either need to define the process global or not use the "module" condition when resolving the import map to instead use the CJS conversion which does handle the process global.