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 #1086

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

Resent as https://github.com/liferay/liferay-frontend-projects/pull/1087