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

Could --instrument=false still be able to cache the code intrumented with babel-plugin-istanbul? #6

Closed
laggingreflex opened this issue Feb 12, 2017 · 2 comments

Comments

@laggingreflex
Copy link
Owner

When using babel-plugin-istanbul (and --instrument=false ) the startup time has increased significantly because it's now no longer caching the instrumentation.

Could it be somehow possible to still cache instrumentation generated by babel-plugin-instalbul even when --instrument=false?

@laggingreflex
Copy link
Owner Author

Tried to fix it with 995426a but had to revert it 5df0110 (details in commit msg)

@laggingreflex
Copy link
Owner Author

No longer applicable since the switch from istanbul->c8

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

No branches or pull requests

1 participant