chore: try upgrade to webpack@5

blocks by https://github.com/andywer/threads-plugin/issues/37
This commit is contained in:
tiddlygit-test 2021-05-30 00:21:14 +08:00
parent 8759bdf433
commit dcd9266d70
5 changed files with 2327 additions and 2910 deletions

View file

@ -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: '../' },
};