Problem
CE display does not calculate wrapped core formatter dependencies.
A field: component never contributes the wrapped formatter's module/config deps, nor the view-mode dep.
Proposed resolution
Fix: iterate getPluginCollections() and calculatePluginDependencies(); and have CoreFieldCeFieldFormatter::calculateDependencies() add the wrapped formatter's provider module (the CE plugin's own provider is only custom_elements).
Issue fork custom_elements-3600667
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
fagoComment #5
fagoworks good now, merged.