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
however there is no dist/sentinelHub.umd.js in the final package published to NPM.
Looking at rollup.config.js, it seems that rollup is not configured to build UMD at all.
This can potentially break building processes of users that depend on sentinelhub-js and expect the UMD module to exist in the npm package (based on the information provided in package.json).
What should be done is either:
remove browser entry from package.json, or
configure rollup to also bundle the UMD.
The text was updated successfully, but these errors were encountered:
package.json
defineshowever there is no
dist/sentinelHub.umd.js
in the final package published to NPM.Looking at
rollup.config.js
, it seems that rollup is not configured to build UMD at all.This can potentially break building processes of users that depend on sentinelhub-js and expect the UMD module to exist in the npm package (based on the information provided in
package.json
).What should be done is either:
browser
entry frompackage.json
, orThe text was updated successfully, but these errors were encountered: