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
This indicates the minified JS is being built to CommonJS rather than ES?
Similarly to #352, it would be nice if there was a top level package which included all of your subpackages and could just be loaded without needing to build the output JS... :)
The text was updated successfully, but these errors were encountered:
Hi,
This is related to #352 - it doesn't look like your build change generates a distributable JS file for use directly on the web?
You seem to have to include this as part of an existing build chain and have something compile it out.
I've tried building it into a packes JS file using JSDelivr, but I'm getting errors about export in the console:
https://cdn.jsdelivr.net/combine/npm/@textcomplete/[email protected],npm/@textcomplete/[email protected],npm/@textcomplete/[email protected]
This indicates the minified JS is being built to CommonJS rather than ES?
Similarly to #352, it would be nice if there was a top level package which included all of your subpackages and could just be loaded without needing to build the output JS... :)
The text was updated successfully, but these errors were encountered: