parent
36108c0c22
commit
af0391b86a
|
@ -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",
|
||||
}),
|
||||
|
||||
|
|
Loading…
Reference in New Issue