mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
fix: copy full dugite to asarunpack
This commit is contained in:
parent
b05c38b72d
commit
5f227ac77a
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ exports.main = _.compact([
|
|||
afterEmit: async (compilation, done) => {
|
||||
console.log('Copying tiddlywiki dependency to dist');
|
||||
await fs.copy('node_modules/@tiddlygit/tiddlywiki', './.webpack/node_modules/@tiddlygit/tiddlywiki');
|
||||
await fs.copy('node_modules/dugite/git', './.webpack/node_modules/dugite/git');
|
||||
await fs.copy('node_modules/dugite', './.webpack/node_modules/dugite');
|
||||
},
|
||||
}),
|
||||
new CircularDependencyPlugin({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue