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

Move FunctionGenerator component to lazy loaded bundle #13

Merged
merged 1 commit into from
Aug 5, 2020

Conversation

crob611
Copy link

@crob611 crob611 commented Aug 5, 2020

It's probably not a big deal, but I'm not sure if components in our public should be reaching into canvas_plugin_src. Just to be safe, I pulled the function_reference_generator import into it's own import and wrap that in the env check.

I think that on a production build, the function referene will never even be imported, saving a bit of size for something unneccesary.

@cqliu1 cqliu1 merged commit c639ace into cqliu1:docs/function-ref-script Aug 5, 2020
cqliu1 pushed a commit that referenced this pull request Oct 8, 2020
…e entire project (elastic#78825)

* chore(NA): script to check for multiple version of same dependency

* chore(NA): remove multiple versions for the same dependency

* chore(NA): hook single_version_dependencies script into the CI

* chore(NA): remove grunt from the CI hook integration

* chore(NA): update kbn pm dist

* chore(NA): fix typechecking

* chore(NA): update code to run under last extract-zip version

* fix(NA): multiple versions of the same type dependency

* move validation to bootstrap (#13)

Co-authored-by: spalger <spalger@users.noreply.github.com>

* chore(NA): todo to remove logic to validate single version deps once we move into a single package.json

* chore(NA): remove verify dependency versions jenkins task

* chore(NA): update kbn pm dist file

* chore(NA): remove last mention to verify_dependency_versions.sh fom tasks.groovy

Co-authored-by: Spencer <email@spalger.com>
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
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