Closed zFernand0 closed 9 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.
The TSUP configuration was automated to avoid duplicating the dependency list.
Is your feature or enhancement request related to a problem or limitation? Please describe
Currently, we specify every dependency as a
noExternal
in thetsup.config.js
file.Describe your enhancement idea
We shouldn't have to duplicate the VSCE-unique dependencies in the
tsup.config.js
fileDescribe alternatives you've considered
N/A
Provide any additional context
This may be a result of excessive hoisting happening on
npm install