-
Notifications
You must be signed in to change notification settings - Fork 0
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
build: versions from agoric-upgrade-13 for normal bundle size #5
Conversation
"@babel/code-frame": "7.18.6", | ||
"@babel/highlight": "7.22.5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI you should be able to remove this, and upgrade the babel dependencies to their latest now that a fix has been release upstream.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will try that out after merging this version, which is tested
based on Agoric/agoric-sdk#8274 (including crabble stuff) plus flailing - hoist lint devDependencies from contract to top - add lint / lint-fix scripts in contract
to avoid a huge bundle Agoric/agoric-sdk#8621 (comment)
contract/Makefile
Outdated
@@ -84,6 +84,9 @@ install-bundles: bundles/bundle-list | |||
|
|||
build-proposal: bundles/bundle-list | |||
|
|||
agoric-install: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This turned out to not be necessary
fixes: #4