🔌 🎉 JSON over socket.io first draft

This commit is contained in:
2021-05-29 16:04:14 -07:00
parent 79430fdf1e
commit cfb2bbb38b
9 changed files with 249 additions and 26 deletions

View File

@@ -6,13 +6,12 @@
],
"plugins": [
"react-hot-loader/babel",
"@babel/transform-runtime"
"@babel/transform-runtime",
"@babel/plugin-proposal-class-properties"
],
"env": {
"production": {
"presets": [
"minify"
]
"presets": ["minify"]
}
}
}
}