refactor(v2): use ejs for SSR HTML template (#1322)

This commit is contained in:
Yangshun Tay 2019-03-29 19:37:51 -07:00 committed by GitHub
parent afed949136
commit 43e0221b56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 57 additions and 32 deletions

View file

@ -8,8 +8,7 @@
"@docusaurus/utils": "^1.0.0",
"classnames": "^2.2.6",
"fs-extra": "^7.0.1",
"globby": "^9.1.0",
"react": "^16.8.5"
"globby": "^9.1.0"
},
"peerDependencies": {
"@docusaurus/core": "^2.0.0"