Fix Styled-components SSR

This commit is contained in:
Aarni Halinen
2020-07-08 18:33:13 +03:00
parent 45f9634946
commit 83a6c6dda6
3 changed files with 67 additions and 4 deletions
+3
View File
@@ -54,12 +54,14 @@
"@types/react-helmet": "6.0.0",
"@types/react-jsonschema-form": "1.7.3",
"@types/react-router-dom": "5.1.5",
"@types/styled-components": "5.1.1",
"@typescript-eslint/eslint-plugin": "2.6.1",
"@typescript-eslint/parser": "2.6.1",
"awesome-typescript-loader": "5.2.1",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-styled-components": "1.10.7",
"babel-preset-env": "1.7.0",
"babel-preset-minify": "0.4.3",
"babel-preset-react": "6.24.1",
@@ -107,6 +109,7 @@
"testcafe-react-selectors": "2.1.0",
"tsconfig-paths-webpack-plugin": "3.2.0",
"typescript": "3.9.5",
"typescript-plugin-styled-components": "1.4.4",
"uglifyjs-webpack-plugin": "1.3.0",
"webpack": "4.41.2",
"webpack-cdn-plugin": "3.2.0",