Skip to content

Commit

Permalink
Merge pull request #55 from sopia-bot/49-create-broadcast
Browse files Browse the repository at this point in the history
💚 context-bridge build fail by missing typeorm module
  • Loading branch information
raravel authored Feb 5, 2023
2 parents a86ad51 + 94b9048 commit c9a5738
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/context-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"crypto-js": "^4.1.1",
"electron": "^22.0.0",
"rollup": "^3.8.1",
"rollup-plugin-typescript2": "^0.34.1"
"rollup-plugin-typescript2": "^0.34.1",
"typeorm": "^0.3.11"
}
}
2 changes: 1 addition & 1 deletion packages/context-bridge/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ module.exports = [
'electron': ['app']
}
}),
resolve(),
typescript({
exclude: 'node_modules/**',
}),
resolve(),
],
},
{
Expand Down
1 change: 1 addition & 0 deletions packages/context-bridge/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"module": "esnext",
"noImplicitAny": true,
"removeComments": true,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"esModuleInterop": true,
Expand Down

0 comments on commit c9a5738

Please sign in to comment.