-
-
Notifications
You must be signed in to change notification settings - Fork 16
CI build inconsistency #20
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
Comments
was importing some useless libraries on build (due to misconfiguration on bcrypt import)
bcrypt js issue seems to be fixed + bundle size reduced, but the |
it seems like this issue might be related to webpack 🤔 . Edit: Also check:
Hash issue seems to be fixed on webpack 5 (still need to wait for an official support of this version from the create react app team). |
+ Disabled source map files generation (because generated paths inside map files may differ depending on build location which cause build artifacts to be different)
Stills those different files on build artifacts (see the screenshot): The most of file diffs seems to be related to evergreen-ui core components, so we might need to upgrade evergreen to next 6.x version once it get released. (or to open an issue on their repo & ask for help 👀) |
Uh oh!
There was an error while loading. Please reload this page.
Some artifacts on CI build weirdly doesn't match with manually built artifacts (& more exactly the
static/*.chunk.js
file).You can use a tool like Meld to do the comparison (keep in mind that you might need to unminify minified js files to get readable/viewable results).
#needs_deep_investigation
The text was updated successfully, but these errors were encountered: