mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
fix: package of llama-node
This commit is contained in:
parent
d60ae9d132
commit
66ea5a2c34
14 changed files with 104 additions and 56 deletions
|
|
@ -41,7 +41,8 @@ exports.main = _.compact([
|
|||
}),
|
||||
new ExternalsPlugin({
|
||||
type: 'commonjs',
|
||||
include: /@tiddlygit\+tiddlywiki@(.+)/,
|
||||
// use regex works.
|
||||
include: /@tiddlygit\+tiddlywiki@(.+)|llama-node(.+)|@llama-node(.+)/,
|
||||
// when using npm, we can use this. But with pnpm, this won't work ↓
|
||||
// include: path.join(__dirname, 'node_modules', '.pnpm', '@tiddlygit', 'tiddlywiki'),
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue