We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation for adding webpack configuration (https://github.com/redfin/react-server/blob/master/docs/guides/react-server-cli.md#webpack-options) is using camel case for defining the webpackConfig option which makes sense since the rest of the options are camel cased. However, I've found the option only works when written as "webpack-config".
I think maybe the code could be updated to use all camel cased options or at least the guide could reflect the correct options.
The text was updated successfully, but these errors were encountered:
Related a23199e
Sorry, something went wrong.
Ugh. Thanks for reporting @kaytcat.
#783 would resolve this.
No branches or pull requests
The documentation for adding webpack configuration (https://github.com/redfin/react-server/blob/master/docs/guides/react-server-cli.md#webpack-options) is using camel case for defining the webpackConfig option which makes sense since the rest of the options are camel cased. However, I've found the option only works when written as "webpack-config".
I think maybe the code could be updated to use all camel cased options or at least the guide could reflect the correct options.
The text was updated successfully, but these errors were encountered: