Skip to content

Commit

Permalink
Make example OS agnostic (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeTaveras1231 committed May 13, 2021
1 parent e74b3c9 commit 07869f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/docs/api-loadable-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Using `statsFile` will automatically reload stats for you if they change.
```js
import { ChunkExtractor } from '@loadable/server'

const statsFile = path.resolve('../dist/loadable-stats.json')
const statsFile = path.resolve('..', 'dist', 'loadable-stats.json')
const chunkExtractor = new ChunkExtractor({ statsFile })
```

Expand Down

0 comments on commit 07869f7

Please sign in to comment.