You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for browser use cases it would be great to serve this using a CDN
a low-hanging fruit would be https://unpkg.com/#/ - it mirror all NPMs
for this, we need to set up senseful ignores in the packae.json and publish to NPM
further, we should setup a build to minify the deliverables and hook it as prepublish
The text was updated successfully, but these errors were encountered:
unpkg is somewhat working (see https://unpkg.com/exificient.js/) even though the documentation claims to require "a script to generate UMD build in the umd directory when you publishing" which is not there yet.
for browser use cases it would be great to serve this using a CDN
a low-hanging fruit would be https://unpkg.com/#/ - it mirror all NPMs
for this, we need to set up senseful ignores in the packae.json and publish to NPM
further, we should setup a build to minify the deliverables and hook it as prepublish
The text was updated successfully, but these errors were encountered: