Skip to content

Commit

Permalink
Update packages/gatsby/src/commands/build-utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ward Peeters <ward@coding-tech.com>
  • Loading branch information
pieh and wardpeet committed Feb 22, 2021
1 parent 26dc4d6 commit 235419d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/commands/build-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function calcDirtyHtmlFiles(
const toDelete: Array<string> = []

if (state.html.unsafeBuiltinWasUsedInSSR) {
console.warn(
reporter.warn(
`Previous build used unsafe builtin method. We need to rebuild all pages`
)
}
Expand Down

0 comments on commit 235419d

Please sign in to comment.