Failed to resolve module specifier "process". Relative references must start with either "/", "./", or "../". #8126
Replies: 3 comments 6 replies
-
Are you trying to build a webapp to run in the browser? Then don't call the target "module". Specifically, don't set |
Beta Was this translation helpful? Give feedback.
-
2023 this is still an issue.
that leads to:
In the browser. Some possible fixes (on our side):
|
Beta Was this translation helpful? Give feedback.
-
More into: https://parceljs.org/features/dependency-resolution/#package-entries
So basically, that doesn't seems to be the case, because browser comes before module in our package and Parcel does it the other way around, maybe that is the bug? |
Beta Was this translation helpful? Give feedback.
-
I create module and exclude
In previous versions, I made a module and ran it in the browser. Now I can't do it because of these imports.
Parcel 2.5.0
Beta Was this translation helpful? Give feedback.
All reactions