-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
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
add chevrotain as dependency to VRMLLoader module #16841
Conversation
You can remove the following line since it should not be necessary anymore after your change: three.js/examples/webgl_loader_vrml.html Line 25 in c11ee3c
|
ea3065c
to
2e173c5
Compare
Done :) |
Um, it seems the example does not work anymore: https://raw.githack.com/palortoff/three.js/add-chevrotain-lib/examples/webgl_loader_vrml.html |
@palortoff Are you aware that libraries need ES6 builds so they can be imported via ES6 |
1859b8d
to
f1d951b
Compare
Sorry, I missed that. Now there is an ES6 export. |
f1d951b
to
049ae1e
Compare
Thanks! |
Maybe it's worth putting an issue into the chevrotain repo to provide an es6 module so it doesn't have to be modified manually? |
No description provided.