Keep application code on Pluma public package entrypoints.
Use this rule to keep application code on Pluma's public package entrypoints. Private source and build-output imports couple consumers to implementation details that can change without a component API change.
The default policy blocks imports from:
@customerio/pluma-components/dist-react@customerio/pluma-components/dist-ember@customerio/pluma-components/srcIf a public entrypoint is missing something an app needs, add or fix the Pluma entrypoint instead of importing from private paths.