Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/28626/head
Michael Telatynski 2024-12-03 17:32:10 +00:00
parent 36108c0c22
commit af0391b86a
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 0 additions and 1 deletions

View File

@ -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",
}),