chore: remove unused alias for process in webpack.main config (#739)

process is available in the electron-main target, no need to alias
This commit is contained in:
Christoph Settgast 2022-03-25 07:06:00 +01:00 committed by GitHub
parent 5c53a8cb3e
commit bc71f954ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -19,10 +19,7 @@ module.exports = {
resolve: {
modules: [
path.resolve('./node_modules')
],
alias: {
process: 'process/browser'
}
]
}
};