Commit 8c87f1d
committed
fix(electron): Add missing
By manually packaging the application I've had the following issue when running the application:
```
Error: Cannot find module 'tslib'
```
The runtime depends on it because we enable `importHelpers` in `tsconfig.json`.
The fix for that error is simple: Make the package depends directly on `tslib` for it to be included in `app.asar`.tslib dependency1 parent efc199c commit 8c87f1d
2 files changed
+6
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments