Skip to content

Commit

Permalink
fix(docz-core): add isProd to remove hot client overlay on build
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Aug 2, 2018
1 parent 23b6808 commit 83f2e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docz-core/src/Entries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const writeAppFiles = async (config: Config, dev: boolean): Promise<void> => {
})

const rawIndexJs = js({
isProd: !dev,
onPreRenders,
onPostRenders,
})
Expand Down

0 comments on commit 83f2e36

Please sign in to comment.