diff options
Diffstat (limited to 'client/src/shims')
-rw-r--r-- | client/src/shims/stream.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/shims/stream.ts b/client/src/shims/stream.ts new file mode 100644 index 000000000..977fd05a0 --- /dev/null +++ b/client/src/shims/stream.ts | |||
@@ -0,0 +1 @@ | |||
module.exports = require('stream-browserify') | |||