Skip to content

Commit

Permalink
Remove webpack plugin for process/browser in web ext (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhakabir committed Jul 14, 2021
1 parent ee7ad55 commit 1d8e059
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ module.exports = /** @type WebpackConfig */ {
]
}]
},
plugins: [
new webpack.ProvidePlugin({
process: 'process/browser',
}),
],
externals: {
'vscode': 'commonjs vscode', // ignored because it doesn't exist
},
Expand Down

0 comments on commit 1d8e059

Please sign in to comment.