-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Currently, the moduleResolution option of the seroval package is set as Bundler, and this makes users without bundlers unable to consume the package correctly.
Since seroval uses Bundler and doesn't perform any postprocessing of module resolutions before publishing, module specifiers that only work with Bundler gets uploaded as-is on NPM and it breaks users who use stricter moduleResolution options like NodeNext, which forces users to utilize additional tools (bundlers, transpilers, etc) to perform additional module resolution.
If keeping the moduleResolution option as Bundler is desired, it should be fixed in pridepack to perform module resolution process during build to convert all module specifiers to be compatible with NodeNext.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels