Skip to content

Commit ff10891

Browse files
committed
fix(build): remove stream polyfill
1 parent b63656e commit ff10891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exports.create = () => ({
1919
node: {
2020
// do not polyfill Buffer
2121
Buffer: false,
22-
Stream: false,
22+
stream: 'empty',
2323
process: false,
2424
},
2525
module: {

0 commit comments

Comments
 (0)