mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
chore: unused deps
This commit is contained in:
parent
8b3974b899
commit
67a68727d3
2 changed files with 1 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ module.exports = {
|
|||
resolve: {
|
||||
alias: webpackAlias,
|
||||
extensions: ['.js', '.ts', '.jsx', '.tsx', '.css'],
|
||||
fallback: { crypto: false, fs: false, process: false, "path": require.resolve("path-browserify") },
|
||||
fallback: { crypto: false, fs: false, process: false },
|
||||
},
|
||||
output: {
|
||||
chunkFilename: 'main_window/[name].chunk.js',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue