File tree 3 files changed +0
-76
lines changed
3 files changed +0
-76
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import DynamicContent from './dynamic-content.md'
9
9
import Hyphenation from './hyphenation.md'
10
10
import Debugging from './debugging.md'
11
11
import Express from './express.md'
12
- import Webpack from './webpack.md'
13
12
14
13
<EditButton to =" https://github.com/react-pdf/site/blob/master/docs/advanced.md " />
15
14
@@ -23,7 +22,6 @@ import Webpack from './webpack.md'
23
22
<Debugging components ={components} />
24
23
<Hyphenation components ={components} />
25
24
<Express components ={components} />
26
- <Webpack components ={components} />
27
25
28
26
<NavigationButtons
29
27
backSrc="/styling"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -198,7 +198,6 @@ const Menu = ({ opened }) => (
198
198
< Item to = "/advanced#debugging" title = "Debugging" />
199
199
< Item to = "/advanced#hyphenation" title = "Hyphenation" />
200
200
< Item to = "/advanced#usage-with-express.js" title = "Usage with Express.js" />
201
- < Item to = "/advanced#webpack-config" title = "Webpack config" />
202
201
</ Item >
203
202
204
203
< Item to = "/repl" title = "Playground / REPL" />
You can’t perform that action at this time.
0 commit comments