Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix chunk links in with-react-loadable example #550

Merged
merged 1 commit into from
Mar 23, 2018
Merged

Fix chunk links in with-react-loadable example #550

merged 1 commit into from
Mar 23, 2018

Conversation

fix-fix
Copy link
Contributor

@fix-fix fix-fix commented Mar 23, 2018

Fix incorrect link to chunk scripts caused by string concatenation instead of incrementing the port number value.

process.env.* values are strings, so in the example file port value was '30001' instead of 3001.

Fix incorrect link to chunk scripts caused by string concatenation instead of incrementing the port number value.

`process.env.*` values are strings, so in the example file port value was `'30001'` instead of `3001`.
@jaredpalmer jaredpalmer merged commit f490b1f into jaredpalmer:master Mar 23, 2018
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.

2 participants