]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/shims/noop.ts
Replace angular-cli patch with something less risky (#742)
authorWilliam Lahti <wilahti@gmail.com>
Thu, 28 Jun 2018 13:53:04 +0000 (06:53 -0700)
committerChocobozzz <me@florianbigard.com>
Thu, 28 Jun 2018 13:53:04 +0000 (15:53 +0200)
commit3ea9a1c311c3e3c55fb95560d4dd99a77c52df4a
treed2c409d6c5f247cf0b1fc2d76bd1370fddd3fa3c
parent9e01e51099c2949036f29d01f7305dff4d2b8748
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
client/angular-cli-patch.js [deleted file]
client/package.json
client/src/polyfills.ts
client/src/shims/http.ts [new file with mode: 0644]
client/src/shims/https.ts [new file with mode: 0644]
client/src/shims/noop.ts [new file with mode: 0644]
client/src/shims/path.ts [new file with mode: 0644]
client/tsconfig.json