Some JavaScript files in Console core SDK package reference .scss stylesheets. $ cd /path/to/console/frontend/packages/console-dynamic-plugin-sdk $ yarn build $ grep -r "import '.*\.scss';" --include="*.js" dist/core/lib These stylesheets should be included at the relevant paths within the dist/core/lib directory. For example, if this JS file dist/core/lib/app/components/status/icons.js references ./icons.scss via import syntax, there should also be dist/core/lib/app/components/status/icons.scss with content copied from src/app/components/status/icons.scss
OpenShift has moved to Jira for its defect tracking! This bug can now be found in the OCPBUGS project in Jira. https://issues.redhat.com/browse/OCPBUGS-9458