Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
don't reverse register AssetsPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-c committed Mar 18, 2019
1 parent bf1e1ce commit 2abaf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entries/server-entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export async function start({port, dir = '.'} /*: any */) {

async function reload() {
const app = await initialize();
reverseRegister(app, AssetsPlugin);
reverseRegister(app, ContextPlugin);
app.register(AssetsPlugin);
app.register(SSRBodyTemplateToken, SSRBodyTemplate);
app.register(CriticalChunkIdsToken, CriticalChunkIdsPlugin);
if (prefix) {
Expand Down

0 comments on commit 2abaf13

Please sign in to comment.