mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
fix: use new import syntax for thread worker path
This commit is contained in:
parent
37fd560bad
commit
f96512927a
3 changed files with 13 additions and 3 deletions
|
|
@ -32,8 +32,10 @@ module.exports = {
|
|||
extensions: ['.js', '.ts', '.jsx', '.tsx', '.json'],
|
||||
},
|
||||
externals: {
|
||||
'@tiddlygit/tiddlywiki': 'commonjs @tiddlygit/tiddlywiki',
|
||||
'@tiddlygit/tiddlywiki': '@tiddlygit/tiddlywiki',
|
||||
},
|
||||
externalsType: 'commonjs',
|
||||
externalsPresets: { electronMain: true },
|
||||
node: {
|
||||
__filename: true,
|
||||
__dirname: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue