Bug 1908035 - dynamic-demo-plugin build does not generate dist directory
Summary: dynamic-demo-plugin build does not generate dist directory
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.7
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.7.0
Assignee: Vojtech Szocs
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-12-15 17:58 UTC by Vojtech Szocs
Modified: 2021-01-28 07:26 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-01-28 07:26:23 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift console pull 7516 0 None closed Bug 1908035: Fix issue with dynamic-demo-plugin webpack build 2021-01-26 15:56:08 UTC

Description Vojtech Szocs 2020-12-15 17:58:46 UTC
When building dynamic-demo-plugin, the 'dist' directory is not generated.


Steps to Reproduce:

$ yarn
$ (cd dynamic-demo-plugin ; yarn ; yarn build)
$ test -d dynamic-demo-plugin/dist || echo 'missing dist'

Comment 3 Yadan Pei 2020-12-21 07:45:39 UTC
$ cd frontend; yarn
$ (cd dynamic-demo-plugin ; yarn ; yarn build)
$ test -d dynamic-demo-plugin/dist || echo 'missing dist'

'missing dist' is not printed so it proves that dist directory is generated

Verified on 4.7.0-0.nightly-2020-12-20-031835

Comment 4 Vojtech Szocs 2021-01-27 18:18:12 UTC
No doc text needed. This bug does not affect a publicly released version of OCP / Management Console.


Note You need to log in before you can comment on or make changes to this bug.