Skip to content
Discussion options

You must be logged in to vote

Parcel does not resolve package exports by default. See https://parceljs.org/features/dependency-resolution/#enabling-package-exports. To enable support for package exports, parcel users should add the following to their package.json:

  "@parcel/resolver-default": {
    "packageExports": true
  }

This goes in the package.json of the application that uses parcel as bundler and zstddec as dependency, to configure parcel properly. There is nothing wrong with ol, geotiff and zstddec in that regard.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@eldang
Comment options

Answer selected by eldang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants