Skip to content

Commit

Permalink
fix(jthegedus#172): Remove reference to obsoleted writeStatic
Browse files Browse the repository at this point in the history
  • Loading branch information
pham committed Jul 20, 2022
1 parent 8d582fa commit d5760ca
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 d5760ca

Please sign in to comment.