Open-NC/reentry-resources-hub

Fix the production build of reentry hub by adding minification/uglification/best practices

Closed this issue · 4 comments

Prepare a complete and robust webpack production build for the app including minification, uglification, and image optimization. See the info here to get started. Contact @marshallj with questions.

I think that using the react-scripts package / config that we are using should resolve this issue.

@BlakeGuilloud I haven't had a chance to look. Are changes needed for this now, or did Brendan's React-snapshot PR take care of it?

@marshallj running yarn build will populate the build folder with optimized resources. The build folder is what should be deployed.

@BlakeGuilloud I thought that was the case, Closing this now. Thanks for helping Eric and I clean these issues up.