Skip to content

Conversation

@benstepp
Copy link
Contributor

@benstepp benstepp commented Jun 1, 2016

Also fixes a bug where react-hmre would get added twice to the
DEFAULT_BABEL_CONFIG as there are two webpack compilers for the
development server. This was mutating the const object when it should be
creating a new default for each run. Now a new object is returned
instead.

Fixes #304

benstepp added 2 commits June 1, 2016 00:36
Also fixes a bug where react-hmre would get added twice to the
DEFAULT_BABEL_CONFIG as there are two webpack compilers for the
development server. This was mutating the const object when it should be
creating a new default for each run. Now a new object is returned
instead.

Fixes gatsbyjs#304
@KyleAMathews KyleAMathews merged commit 45b3557 into gatsbyjs:master Jun 6, 2016
@KyleAMathews
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Regression: Errors in server rendering in develop.js throw obscure errors

2 participants