fix: use not minified tiddlywiki

This commit is contained in:
林一二 2021-06-02 13:20:24 +08:00
parent 85911204f3
commit 55546ea109
3 changed files with 4 additions and 6 deletions

View file

@ -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