mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-08 23:15:28 +02:00
Code splitting now works through awaited import (#6)
This commit is contained in:
parent
e7e64cea3e
commit
5c0560a2ed
11 changed files with 214 additions and 500 deletions
|
@ -10,6 +10,7 @@
|
|||
"precommit": "yarn lint && yarn test --exit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.0.0",
|
||||
"body-parser": "latest",
|
||||
"codex.editor": "^2.0.11",
|
||||
"cookie-parser": "~1.4.3",
|
||||
|
@ -32,7 +33,6 @@
|
|||
"autoprefixer": "^9.1.3",
|
||||
"babel": "^6.23.0",
|
||||
"babel-loader": "^8.0.2",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
||||
"chai": "^4.1.2",
|
||||
"chai-http": "^4.0.0",
|
||||
"css-loader": "^1.0.0",
|
||||
|
@ -40,8 +40,8 @@
|
|||
"eslint": "^5.3.0",
|
||||
"eslint-config-codex": "github:codex-team/eslint-config",
|
||||
"eslint-plugin-chai-friendly": "^0.4.1",
|
||||
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
||||
"husky": "^0.14.3",
|
||||
"mini-css-extract-plugin": "^0.4.3",
|
||||
"mocha": "^5.2.0",
|
||||
"nyc": "^12.0.2",
|
||||
"postcss": "^7.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue