Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

.vscode-test-web folder is published to npm #356

@F3n67u

Description

@F3n67u

Describe the bug

a 23M .vscode-test-web dir is published to npm, make vscode-webview-ui-toolkit's unpack size huge(24.3M current)

https://unpkg.com/browse/@vscode/webview-ui-toolkit@0.9.2/

image

To reproduce

$ mkdir toolkit-test 
$ cd toolkit-test
$ yarn add @vscode/webview-ui-toolkit 
$ cd node_modules/@vscode/webview-ui-toolkit
$ du -sh .vscode-test-web 
 23M    .vscode-test-web

Expected behavior

.vscode-test-web is ignored when published to npm

Current behavior

.vscode-test-web dir is published to npm

BTW

should we also ignore react dir?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions