Skip to content

Commit

Permalink
fix(#172): Remove reference to obsoleted writeStatic (#173)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: James Hegedus <jthegedus@hey.com>
  • Loading branch information
3 people authored Aug 7, 2022
1 parent 8d582fa commit 9a990a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ const entrypoint = function (options = {}) {
builder.rimraf(publicDir);

builder.log.minor(logRelativeDir('Writing client application to', publicDir));
builder.writeStatic(publicDir);
builder.writeClient(publicDir);

builder.log.minor(logRelativeDir('Prerendering static pages to', publicDir));
Expand Down

0 comments on commit 9a990a0

Please sign in to comment.