Skip to content

Commit 73d332d

Browse files
authored
fix(electron-screen-capture): module not found on stage-tamagotchi start (#952)
1 parent e3b37a4 commit 73d332d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/electron-screen-capture/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@proj-airi/electron-screen-capture",
33
"type": "module",
4+
"version": "0.0.1",
45
"private": true,
56
"description": "Screen capture",
67
"author": {

packages/electron-screen-capture/tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { defineConfig } from 'tsdown'
44

55
const sharedConfig: UserConfig = {
66
format: 'esm',
7-
unbundle: true,
87
external: [
98
'electron',
109
'vue',
@@ -29,6 +28,7 @@ export default defineConfig([
2928
},
3029
{
3130
...sharedConfig,
31+
unbundle: true,
3232
platform: 'browser',
3333
entry: {
3434
vue: 'src/vue/index.ts',

0 commit comments

Comments
 (0)