Replies: 4 comments 3 replies
-
Hmm, perhaps its parser doesn't like the |
Beta Was this translation helpful? Give feedback.
-
I had a project with a version of babel that didn't support optional-chaining ( If that's not possible, there are babel plugins: https://babeljs.io/docs/en/babel-plugin-proposal-optional-chaining |
Beta Was this translation helpful? Give feedback.
-
Just wondering, should not this (transpiling optional chaining operator) be rather tackled in the library bundling system? I feel like it's rather a bug in the bundling system than issue on the consumer side configuration. |
Beta Was this translation helpful? Give feedback.
-
Hi, has anyone managed to fix this? I have a Vue 2 project that I'm trying to update mv on, but can't get past 1.10.1... it gives me the same |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm using the web-component in a Vue 2 app, served with Webpack 4.
The error appears when trying to serve the app locally.
There seems to be an issue with the way the lib content is exposed, that makes the module bundler crash.
It was working OK with version 1.10.1.
It might be because of threejs or a misconfiguration on my side? Unfortunately, I don't have any clue for now.
Live Demo
https://glitch.com/edit/#!/model-viewer => template not working for me :/
Version
Browser Affected
OS
AR
Beta Was this translation helpful? Give feedback.
All reactions