You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wowow 😅🤦🏻♂️ thank you so much for catching this (and for the subsequent PR)!
I'll go ahead and merge that right now and publish a new patched version of the package.
Also, no the react folder in the root directory should stay. It's the (annoyingly janky) way that we have to structure the NPM build at this time so that toolkit users can import the toolkit React components via the @vscode/webview-ui-toolkit/react path.
It will eventually be removed/restructured once TypeScript releases support for the package.json exports field. You can read more about it here if you're curious.
Describe the bug
a 23M
.vscode-test-web
dir is published to npm, makevscode-webview-ui-toolkit
's unpack size huge(24.3M current)https://unpkg.com/browse/@vscode/webview-ui-toolkit@0.9.2/
To reproduce
Expected behavior
.vscode-test-web
is ignored when published to npmCurrent behavior
.vscode-test-web
dir is published to npmBTW
should we also ignore
react
dir?The text was updated successfully, but these errors were encountered: