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.
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?