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

Bundled code is initialized twice #25

Open
ivanvanderbyl opened this issue Dec 9, 2016 · 1 comment
Open

Bundled code is initialized twice #25

ivanvanderbyl opened this issue Dec 9, 2016 · 1 comment

Comments

@ivanvanderbyl
Copy link
Owner

I've started noticing a bug in the bundled code produced by this addon which causes it to be parsed and loaded evaluated by the browser twice.

I haven't investigated the cause yet.

Indications

  • D3 library register calls happens twice, but the import only happens once

Possible causes

  • included() is being called multiple times and importing the vendor tree multiple times.
@ivanvanderbyl
Copy link
Owner Author

ivanvanderbyl commented Dec 9, 2016

This should not affect anyone actually using this addon, but it might mean double the time spent compiling, but that needs to be inspected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant