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.
1 parent e3b37a4 commit 73d332dCopy full SHA for 73d332d
2 files changed
packages/electron-screen-capture/package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "@proj-airi/electron-screen-capture",
3
"type": "module",
4
+ "version": "0.0.1",
5
"private": true,
6
"description": "Screen capture",
7
"author": {
packages/electron-screen-capture/tsdown.config.ts
@@ -4,7 +4,6 @@ import { defineConfig } from 'tsdown'
const sharedConfig: UserConfig = {
format: 'esm',
- unbundle: true,
8
external: [
9
'electron',
10
'vue',
@@ -29,6 +28,7 @@ export default defineConfig([
29
28
},
30
31
...sharedConfig,
+ unbundle: true,
32
platform: 'browser',
33
entry: {
34
vue: 'src/vue/index.ts',
0 commit comments