mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 07:00:28 -08:00
fix: use not minified tiddlywiki
This commit is contained in:
parent
85911204f3
commit
55546ea109
3 changed files with 4 additions and 6 deletions
|
|
@ -14,10 +14,7 @@ exports.main = [
|
|||
new ForkTsCheckerWebpackPlugin(),
|
||||
new CopyPlugin({
|
||||
// to is relative to ./.webpack/main/
|
||||
patterns: [
|
||||
{ from: 'localization', to: 'localization' },
|
||||
{ from: 'node_modules/@tiddlygit/tiddlywiki', to: 'node_modules/@tiddlygit/tiddlywiki' },
|
||||
],
|
||||
patterns: [{ from: 'localization', to: 'localization' }],
|
||||
}),
|
||||
new CircularDependencyPlugin({
|
||||
// exclude detection of files based on a RegExp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue