Added patch for peerjs.

This commit is contained in:
Patrick Fic
2021-09-01 14:14:20 -07:00
parent 9306064420
commit 71435ed75a
4 changed files with 13147 additions and 43864 deletions

View File

@@ -84,6 +84,7 @@
"workbox-streams": "^6.2.4"
},
"scripts": {
"postinstall": "patch-package",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "craco start",
"build": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` craco build",
@@ -114,6 +115,7 @@
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.17.1",
"patch-package": "^6.4.7",
"redux-logger": "^3.0.6",
"source-map-explorer": "^2.5.2"
}