-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add bundle size validations + cleanup main entry points #3327
Conversation
@@ -125,6 +125,14 @@ | |||
"options": { | |||
"commands": ["node tools/package/sanity-check-package.js dist/packages/contents/ag-charts-community/package"] | |||
} | |||
}, | |||
"validate-size": { |
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.
We should either tie this into the package:verify
or test
tasks as a dependency so that it is run routinely.
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.
I think it should be tied to the tests, question is do we already want to do it or should we wait until there's actually something to test?
There's also a question whether we should already add this to the core
and enterprise
packages.
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.
LGTM
https://ag-grid.atlassian.net/browse/AG-13804