Skip to content

Commit

Permalink
feat(build): enable SSR mode in webpack dev middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbch committed Feb 19, 2018
1 parent 872446e commit 6be493a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/build/lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function runDevelop(options, callback) {
logLevel: 'warn',
publicPath: developConfig.output.publicPath,
watchOptions: developConfig.watchOptions,
serverSideRender: true,
})
);
app.use(webpackHotMiddleware(compiler));
Expand Down

0 comments on commit 6be493a

Please sign in to comment.