umdjs / umd

UMD (Universal Module Definition) patterns for JavaScript modules that work everywhere.
MIT License
7.42k stars 423 forks source link

Script Tag usage? #138

Closed eselquinoa closed 5 years ago

eselquinoa commented 5 years ago

I'm using preact and redux in a script tag, and trying to figure out how to replace redux with redux-zero here. I see you have UMD links for including the script, but no information on how to correctly use the import syntax (createStore, Provider)?