Skip to content

Commit

Permalink
fix(docz): add react router inside the docz bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Sep 4, 2018
1 parent 7a3b97d commit a293aa4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/docz/librc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ const pkg = require('./package.json')

const internal = [
'@sindresorhus/slugify',
'create-react-context',
'array-sort',
'capitalize',
'create-react-context',
'react-imported-component',
'react-router',
'react-router-dom',
'react-router-hash-link',
]

const depsExternal = ['@mdx-js/tag/dist/mdx-provider']
Expand Down

0 comments on commit a293aa4

Please sign in to comment.