Server render the main page
Also, add hashes to asset file names and use the "entry manifest" plugin in dev to get auto-reloading.
This commit is contained in:
21
package.json
21
package.json
@ -11,6 +11,16 @@
|
||||
"test": "jest",
|
||||
"watch": "rollup -c -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/core": "^10.0.6",
|
||||
"date-fns": "^1.30.1",
|
||||
"pretty-bytes": "^5.1.0",
|
||||
"react": "^16.7.0",
|
||||
"react-dom": "^16.7.0",
|
||||
"react-motion": "^0.5.2",
|
||||
"react-router-dom": "^4.3.1",
|
||||
"sort-by": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.2.1",
|
||||
@ -29,19 +39,14 @@
|
||||
"isomorphic-fetch": "^2.2.1",
|
||||
"jest": "^22.4.4",
|
||||
"node-forge": "^0.7.6",
|
||||
"rollup": "^1.0.0",
|
||||
"rollup": "^1.1.0",
|
||||
"rollup-plugin-babel": "^4.2.0",
|
||||
"rollup-plugin-commonjs": "^9.2.0",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^4.0.0",
|
||||
"rollup-plugin-replace": "^2.1.0",
|
||||
"rollup-plugin-size-snapshot": "^0.7.0",
|
||||
"rollup-plugin-url": "^2.1.0",
|
||||
"supertest": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"date-fns": "^1.30.1",
|
||||
"pretty-bytes": "^5.1.0",
|
||||
"sort-by": "^1.2.0"
|
||||
"supertest": "^3.0.0",
|
||||
"tempy": "^0.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user