diff --git a/webpack.config.js b/webpack.config.js index d01003af613..3b75d2114bd 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", }),