Skip to content

Commit

Permalink
chore: remove unused alias for process in webpack.main config (#739)
Browse files Browse the repository at this point in the history
process is available in the electron-main target, no need to alias
  • Loading branch information
csett86 authored Mar 25, 2022
1 parent 5c53a8c commit bc71f95
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webpack.main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ module.exports = {
resolve: {
modules: [
path.resolve('./node_modules')
],
alias: {
process: 'process/browser'
}
]
}
};

0 comments on commit bc71f95

Please sign in to comment.