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

Remove notes about babel deoptimizing #23757

Closed
wants to merge 3 commits into from

Conversation

rashidkpc
Copy link
Contributor

This fixes the babel notices we were seeing when starting Kibana. We shouldn't need to babel of our plugin since they're already babeled in the build step.

You'll notice that I could've just put a single ignore for "canvas_plugin/**/*.js"

I didn't, mostly because we'll need to remove the functions/server line when we merge #23290

Testing

  1. Start kibana, without this pull, using --no-base-path
  2. Observe [BABEL] Note: The code generator has deoptimised the styling of "/Users/rashidkpc/Projects/kibana/x-pack/plugins/canvas/canvas_plugin/...
  3. Check out this pull
  4. Start kibana, with this pull, using --no-base-path
  5. Observe lack of message

@rashidkpc rashidkpc requested a review from cqliu1 October 3, 2018 14:30
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@rashidkpc rashidkpc added the Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas label Oct 3, 2018
@rashidkpc
Copy link
Contributor Author

This isn't relevant anymore

@rashidkpc rashidkpc closed this Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants