Using css-in-js and trying to fix server to set cookies.

This commit is contained in:
2020-08-28 16:04:36 -07:00
parent 3a97c128b6
commit 191a6081b7
5 changed files with 237 additions and 58 deletions

View File

@@ -21,5 +21,6 @@
"@babel/preset-react"
],
"plugins": [["@babel/plugin-proposal-decorators", { "legacy": true }],
"@babel/plugin-proposal-class-properties"]
"@babel/plugin-proposal-class-properties",
"emotion"]
}