diff options
author | William Lahti <wilahti@gmail.com> | 2018-06-28 06:53:04 -0700 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-28 15:53:04 +0200 |
commit | 3ea9a1c311c3e3c55fb95560d4dd99a77c52df4a (patch) | |
tree | d2c409d6c5f247cf0b1fc2d76bd1370fddd3fa3c /client/src/shims/https.ts | |
parent | 9e01e51099c2949036f29d01f7305dff4d2b8748 (diff) | |
download | PeerTube-3ea9a1c311c3e3c55fb95560d4dd99a77c52df4a.tar.gz PeerTube-3ea9a1c311c3e3c55fb95560d4dd99a77c52df4a.tar.zst PeerTube-3ea9a1c311c3e3c55fb95560d4dd99a77c52df4a.zip |
Replace angular-cli patch with something less risky (#742)
* Replace angular-cli patch with something less risky
* path.join() is needed, provide a naive implementation
* technically, webpack provided a polyfill for Buffer, we should too
* process polyfill matches webpack; peertube depends on nextTick
* polyfill for path to match webpack
* http/https polyfills as per webpack
Diffstat (limited to 'client/src/shims/https.ts')
-rw-r--r-- | client/src/shims/https.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/shims/https.ts b/client/src/shims/https.ts new file mode 100644 index 000000000..1da6f8adb --- /dev/null +++ b/client/src/shims/https.ts | |||
@@ -0,0 +1 @@ | |||
module.exports = require('https-browserify'); \ No newline at end of file | |||