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
We do not have a dist file as part of the build. Could I ask why you need it? 😄
I needed this due to environment requirements which did not have nice things like es6 module support, nor did it allow the use of CDNs. I'm referring to Salesforce, specifically.
It's not so much a need, but a convenience. It's great for testing, and for new users who want to try it out. It's easier to just reference a JS file than to have to set a build environment to create the JS file before being able to reference it. In other words, it's nice to be able to build, but not to have to build. Perhaps it's similar to linux distributions with both source and binary releases.
Is there a single js build/release/dist/browser file somewhere? I didn't see one anywhere in the repository or in the release tar/zip file.
The text was updated successfully, but these errors were encountered: