mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-25 15:24:15 +00:00
docs(example): add required dependencies to run the razzle example (#417)
The Razzle example is missing @loadable/component and @loadable/server in package.json to run.
This commit is contained in:
parent
79a4fe4c9e
commit
0aa67b735c
@ -7,9 +7,11 @@
|
||||
"start:prod": "NODE_ENV=production node build/server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-jest": "^24.8.0",
|
||||
"@babel/runtime": "^7.1.5",
|
||||
"@loadable/component": "^5.10.2",
|
||||
"@loadable/server": "^5.10.2",
|
||||
"@reach/router": "^1.2.1",
|
||||
"babel-jest": "^24.8.0",
|
||||
"common-tags": "^1.8.0",
|
||||
"express": "^4.16.2",
|
||||
"normalize.css": "^8.0.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user