mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
refactor: from @tiddlygit/tiddlywiki to tiddlywiki , because there is no prerelease feature that I need now
This commit is contained in:
parent
fe3a29eff1
commit
0bef181d59
12 changed files with 23 additions and 27 deletions
|
|
@ -39,7 +39,8 @@ exports.main = _.compact([
|
|||
new ExternalsPlugin({
|
||||
type: 'commonjs',
|
||||
// use regex works.
|
||||
include: /@tiddlygit\+tiddlywiki@(.+)|dugite(.+)/,
|
||||
// include: /@tiddlygit\+tiddlywiki@(.+)|dugite(.+)/,
|
||||
include: /tiddlywiki(.+)|dugite(.+)/,
|
||||
// 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