mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
chore: add missing dep & nits :(
This commit is contained in:
parent
3530cbe173
commit
0058b20d9e
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@ import styles from './styles.css';
|
||||||
/* eslint-disable react/prefer-stateless-function */
|
/* eslint-disable react/prefer-stateless-function */
|
||||||
export default class Layout extends React.Component {
|
export default class Layout extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
console.log(this.props);
|
|
||||||
const {children, pagesData, docsData, location} = this.props;
|
const {children, pagesData, docsData, location} = this.props;
|
||||||
const routeLinks = [...pagesData, ...docsData].map(
|
const routeLinks = [...pagesData, ...docsData].map(
|
||||||
data =>
|
data =>
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
"babel-preset-react": "^6.24.1",
|
"babel-preset-react": "^6.24.1",
|
||||||
"chalk": "^2.4.1",
|
"chalk": "^2.4.1",
|
||||||
"chokidar": "^2.0.4",
|
"chokidar": "^2.0.4",
|
||||||
|
"classnames": "^2.2.6",
|
||||||
"clean-webpack-plugin": "^0.1.19",
|
"clean-webpack-plugin": "^0.1.19",
|
||||||
"commander": "^2.16.0",
|
"commander": "^2.16.0",
|
||||||
"connect-history-api-fallback": "^1.5.0",
|
"connect-history-api-fallback": "^1.5.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue