mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
chore: try upgrade to webpack@5
blocks by https://github.com/andywer/threads-plugin/issues/37
This commit is contained in:
parent
8759bdf433
commit
dcd9266d70
5 changed files with 2327 additions and 2910 deletions
|
|
@ -13,6 +13,7 @@ module.exports = {
|
|||
resolve: {
|
||||
alias: webpackAlias,
|
||||
extensions: ['.js', '.ts', '.jsx', '.tsx', '.css'],
|
||||
fallback: { crypto: false },
|
||||
},
|
||||
output: { chunkFilename: 'main_window/[name].chunk.js', publicPath: '../' },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue