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

Deduplicate three.js from our bundle #870

Merged
merged 1 commit into from
Feb 5, 2019
Merged

Deduplicate three.js from our bundle #870

merged 1 commit into from
Feb 5, 2019

Conversation

mqp
Copy link
Contributor

@mqp mqp commented Feb 5, 2019

HT to John for finding this problem. Right now, we can't import THREE anywhere in our code or our dependencies, lest we bring in a duplicate version of THREE (duplicated from the version that ships with A-Frame.) We have to use the global THREE, which is A-Frame's version. So let's use a branch of three-mesh-bvh for now that uses the global THREE.

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.

1 participant