Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
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

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