diff --git a/webpack.config.js b/webpack.config.js index d01003af61..3b75d2114b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -677,7 +677,6 @@ module.exports = (env, argv) => { // Automatically load buffer & process modules as we use them without explicitly // importing them new webpack.ProvidePlugin({ - Buffer: ["buffer", "Buffer"], process: "process/browser", }),