zowe / explorer-ui-server

Simple HTTPS web server, used by explorer UI plugins
Eclipse Public License 2.0
0 stars 2 forks source link

Update explorer-ui-server to produce a pax file #36

Closed stevenhorsman closed 3 years ago

stevenhorsman commented 4 years ago

Currently explorer-ui-server is published as npm and bundled into the explorer ui components and shipped 2 times. With the keyring support this adds an extra 90MB of space into the pax file and the build is failing with out of space problems. IF we create a pax for explroer-ui-server and ship that and remove the bundling it, it might be small enough to stop the build problems.

NakulManchanda commented 4 years ago

https://github.com/zowe/explorer-ui-server/pull/37 https://github.com/zowe/explorer-jes/pull/207 https://github.com/zowe/zowe-install-packaging/pull/1545

NakulManchanda commented 3 years ago

its a separate pax now