-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
@parcel/resolver-default: Cannot load file #7726
Comments
Parcel doesn't apply the paths settings in tsconfig. Something like #4936 would enable this |
Likely unrelated, but as google sent me to this page first when googling. For me this was due to the new resolver that did not found ESM module by default. The solution was to set this options describe in the blog post announcement: // add to package.json
"@parcel/resolver-default": {
"packageExports": true
} |
Anto59290
added a commit
to MTES-MCT/acceslibre
that referenced
this issue
Oct 24, 2023
Update the project to parcel 2 instead of parcel-bundler (parcel 1). Issues and documentation: - DSFR Css is not valid : GouvernementFR/dsfr#576 (thanks @rik for the issue) - Fix images paths : parcel-bundler/parcel#7726
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have error when try use dependency resolution
My tsconfig is
My error is
My project tree
The text was updated successfully, but these errors were encountered: