refactor: from @tiddlygit/tiddlywiki to tiddlywiki , because there is no prerelease feature that I need now

This commit is contained in:
lin onetwo 2024-11-24 16:58:42 +08:00
parent fe3a29eff1
commit 0bef181d59
12 changed files with 23 additions and 27 deletions

View file

@ -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'),
}),