zowe / cics-for-zowe-client

Monorepo for all CICS related APIs and Apps built by Zowe Clients
https://www.zowe.org/
Eclipse Public License 2.0
1 stars 3 forks source link

Reduce TSUP configuration #17

Closed zFernand0 closed 5 months ago

zFernand0 commented 5 months ago

Is your feature or enhancement request related to a problem or limitation? Please describe

Currently, we specify every dependency as a noExternal in the tsup.config.js file.

Describe your enhancement idea

We shouldn't have to duplicate the VSCE-unique dependencies in the tsup.config.js file

Describe alternatives you've considered

N/A

Provide any additional context

This may be a result of excessive hoisting happening on npm install

github-actions[bot] commented 5 months ago

Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 5 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.

zFernand0 commented 5 months ago

The TSUP configuration was automated to avoid duplicating the dependency list.