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
Inside the package.json of the lib this path is set as the module, but on the dist folder this file doesnt exist
"module": "dist/index.esm.js",
This ends triggering an error
Failed to resolve entry for package "@harmony-js/crypto". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "@harmony-js/crypto". The package may have incorrect main/module/exports specified in its package.json.
Am i missing something?
The text was updated successfully, but these errors were encountered:
This is related to @harmony-js/crypto lib
For context im using Vite
Inside the package.json of the lib this path is set as the module, but on the dist folder this file doesnt exist
"module": "dist/index.esm.js",
This ends triggering an error
Failed to resolve entry for package "@harmony-js/crypto". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "@harmony-js/crypto". The package may have incorrect main/module/exports specified in its package.json.
Am i missing something?
The text was updated successfully, but these errors were encountered: