You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow us to use index.server.ts files instead of server/index.ts, and get rid of the typesVersions hack we currently use to handle both server and client exports.
Is your feature request related to a problem? Please describe.
@see https://stackoverflow.com/questions/63058081/package-json-with-multiple-entrypoints
@see https://blog.mozilla.org/data/2021/04/07/this-week-in-glean-publishing-glean-js/
This would allow us to use
index.server.ts
files instead ofserver/index.ts
, and get rid of thetypesVersions
hack we currently use to handle both server and client exports.Also see this Lerna ticket for the "fake alias" hack: @see lerna/lerna#3006
The text was updated successfully, but these errors were encountered: