We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
neutral
1 parent d5dc4a4 commit b15d84dCopy full SHA for b15d84d
2 files changed
package.json
@@ -26,8 +26,8 @@
26
"categories": [
27
"Other"
28
],
29
- "main": "./dist/index.mjs",
30
- "browser": "./dist/index.mjs",
+ "main": "./dist/index.js",
+ "browser": "./dist/index.js",
31
"extensionKind": [
32
"workspace"
33
tsdown.config.ts
@@ -22,5 +22,7 @@ export default defineConfig({
22
/reactive-vscode/,
23
24
},
25
+ dts: false,
minify: 'dce-only',
+ platform: 'neutral',
})
0 commit comments