-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module-alias not workin with esm #123
Comments
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 |
this will force you make some changes to your codebase that introduce breaking change
|
Thanks |
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 projectsThe text was updated successfully, but these errors were encountered: