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

B 21230 resolve dependencies #12

Merged
merged 12 commits into from
Nov 20, 2024
Prev Previous commit
Next Next commit
docs update
  • Loading branch information
cameroncaci committed Nov 15, 2024
commit c711659ac245836f59b6e99ffe62399e0a94be29
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ If you are working on a feature branch and need to see changes introduced in tha
### Testing locally against the mymove application
Testing locally against the mymove application can be done via yarn link, but for the purpose of being thorough it is recommended to manually test against the `/dist/` output. This verifies the webpack is successfully compiling/transpiling and that the mymove application is successfully serving chunks.

TODO: ENHANCE ME (This is supposed to work, but it doesn't. Fallback is still `rm -rf node_modules && yarn install && ./scripts/copy-react-file-viewer && make client_run`)
1. [OPTIONAL] Within this repository, navigate to `webpack.config.js`. This is the production webpack.
1. Find where ` plugins: [new BundleAnalyzerPlugin({ analyzerMode: 'disabled' })]` is located and remove/enable the analyzerMode attribute
2. This makes it so you can preview the chunks
Expand Down
Loading