Skip to content

Commit

Permalink
Bugfix: Add server (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomapmarques committed Mar 11, 2019
1 parent 4afec2c commit b748917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const webpackInit = (requestedEnv, { serve, open, spa }) => {

if (serve) {
// eslint-disable-next-line global-require
require('./add-server').addServer({ open, spa });
require('./add-server').addServer(config, { open, spa });
}

return config;
Expand Down

0 comments on commit b748917

Please sign in to comment.