Skip to content

Commit

Permalink
update live-reload plugin per expected intercept return value (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Apr 3, 2021
1 parent e3ac122 commit a81e4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/plugins/server/plugin-livereload.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class LiveReloadResource extends ResourceInterface {
</head>
`);

resolve(contents);
resolve({ body: contents });
} catch (e) {
reject(e);
}
Expand Down

0 comments on commit a81e4bb

Please sign in to comment.