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

Add bundle size validations + cleanup main entry points #3327

Merged
merged 10 commits into from
Jan 7, 2025

Conversation

iMoses
Copy link
Contributor

@iMoses iMoses commented Jan 6, 2025

@iMoses iMoses requested review from alantreadway and a team as code owners January 6, 2025 14:10
@iMoses iMoses changed the title Add bundle size validations + cleanup community entry points Add bundle size validations + cleanup main entry points Jan 6, 2025
@@ -125,6 +125,14 @@
"options": {
"commands": ["node tools/package/sanity-check-package.js dist/packages/contents/ag-charts-community/package"]
}
},
"validate-size": {
Copy link
Member

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.

Copy link
Contributor Author

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.

Copy link
Member

@alantreadway alantreadway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alantreadway alantreadway merged commit 492aa2e into latest Jan 7, 2025
28 checks passed
@alantreadway alantreadway deleted the imoses/size-limit branch January 7, 2025 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants