liferay / liferay-frontend-projects

A monorepo containing assorted Frontend Infrastructure Team projects
Other
69 stars 69 forks source link

feat: support internal path in exports field #1087

Closed izaera closed 1 year ago

izaera commented 1 year ago

This is needed for LPS-176053 implementation because we need to create a @liferay/api module that will export all our public APIs and we have decided (as a start) to modularize the API with internal paths, like this:

If this doesn't break the current portal build (it shouldn't) I'll release a new version so that those wanting to do it can run the PoC locally.

izaera commented 1 year ago

Since this is green and I need to release a new version to test, I'll merge it.