mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
fix: duplicate external deps "app-path" causes problem
fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/133
This commit is contained in:
parent
57ce9cc1a4
commit
e79f321a4a
4 changed files with 209 additions and 18 deletions
|
|
@ -40,6 +40,10 @@ exports.main = _.compact([
|
|||
type: 'commonjs',
|
||||
include: path.join(__dirname, 'node_modules', '@tiddlygit', 'tiddlywiki'),
|
||||
}),
|
||||
new ExternalsPlugin({
|
||||
type: 'commonjs',
|
||||
include: path.join(__dirname, 'node_modules', 'app-path'),
|
||||
}),
|
||||
new ThreadsPlugin({
|
||||
target: 'electron-node-worker',
|
||||
plugins: ['ExternalsPlugin'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue