Open doc987 opened 4 years ago
We do not have a dist
file as part of the build. Could I ask why you need it? 😄
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.