add webpack-polyfill-thing
This commit is contained in:
parent
dce2c86fc2
commit
4fbbee06f4
@ -1,12 +1,12 @@
|
|||||||
declare global {
|
declare global {
|
||||||
interface Window {
|
interface Window {
|
||||||
waconfig: {
|
waconfig: {
|
||||||
START_ROOM_URL: string,
|
START_ROOM_URL: string,
|
||||||
PUSHER_URL: string,
|
PUSHER_URL: string,
|
||||||
STUN_SERVER: string,
|
STUN_SERVER: string,
|
||||||
TURN_SERVER: string,
|
TURN_SERVER: string,
|
||||||
JITSI_URL: string
|
JITSI_URL: string
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -11,9 +11,9 @@
|
|||||||
"proto:watch": "yarn run proto-all; inotifywait -q -m -e close_write protos/messages.proto | while read -r filename event; do yarn run proto-all; done"
|
"proto:watch": "yarn run proto-all; inotifywait -q -m -e close_write protos/messages.proto | while read -r filename event; do yarn run proto-all; done"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"console-browserify": "^1.2.0",
|
|
||||||
"google-protobuf": "^3.13.0",
|
"google-protobuf": "^3.13.0",
|
||||||
"grpc": "^1.24.4"
|
"grpc": "^1.24.4",
|
||||||
|
"node-polyfill-webpack-plugin": "^1.1.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/google-protobuf": "^3.7.4",
|
"@types/google-protobuf": "^3.7.4",
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user