-
Notifications
You must be signed in to change notification settings - Fork 184
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
Webpack config #598
Webpack config #598
Conversation
@hbussell This change is awesome and amazing and incredible, but your build failed with some linting errors
You can check locally that you've resolved them with Thanks so much for your contribution; this is awesome! ✨ |
Hey @doug-wade, fixed up the linting problems. Thanks for the feedback on the PR! |
To use this you need to add a webpack-config setting in your .reactserverrc which points to a file that exports a default function.
The config file function takes a webpack config array from packageCodeForBrowser and can change the data before it's passed to the webpack constructor.