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
we add a new page-kit-cli plugin, dotcom-build-shared-styles, which takes an array of components to load shared styles from, and modifies the config to add every discovered shared style as an entry point, using a common naming convention of __shared-${component}-${blocking}.
we reintroduce glob discovery of entry points to dotcom-server-asset-loader to allow it to output an array of all __shared entry points, blocking and non-blocking, to Shell.
The text was updated successfully, but these errors were encountered:
(this document subject to bikeshedding)
goals
in components
we add an extra field to
package.json
,shared-styles
, with the following structure:in Page Kit
we add a new
page-kit-cli
plugin,dotcom-build-shared-styles
, which takes an array of components to load shared styles from, and modifies the config to add every discovered shared style as an entry point, using a common naming convention of__shared-${component}-${blocking}
.we reintroduce glob discovery of entry points to
dotcom-server-asset-loader
to allow it to output an array of all__shared
entry points, blocking and non-blocking, toShell
.The text was updated successfully, but these errors were encountered: