Open its-dibo opened 2 years ago
Same here. Any workaround ?
Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@root/<xxx>' imported from 'index.js'
package.json
"_moduleAliases": {
"@root": "."
}
ok, I replied to this issue as it was the first one to show up, but it turns out that there are many similar issues, the most elaborate that also feature a native solution is this one: #113 I guess this issue could be closed.
ok, I replied to this issue as it was the first one to show up, but it turns out that there are many similar issues, the most elaborate that also feature a native solution is this one: #113 I guess this issue could be closed.
this will force you make some changes to your codebase that introduce breaking change
Thanks Yep It's an utter mess and the second point was the last surprise issue I've got
module-alias is working fine with my commonjs project, once it migrated to use esm it stopped working
minimal repos: commonjs version esm version
run
npm run start:paths
in both projects