You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll look into it once #3 is merged. I'll switch to webpack like I did for aframe and networked-aframe, it should be quick to do for me now that I have the experience.
This PR gets all examples working with A-Frame 1.3.0.
However if we upgrade the version of A-Frame used in devDependencies past 1.1.0, we get browserify build errors when we run
npm run test
To reproduce:
In
package.json
,devDependencies
update A-Frame dependency like this:"aframe": "^1.2.0",
run
npm install
run
npm test run
We get a long series of errors, starting like this:
Not yet undersood what change from A-Frame 1.1.0 to 1.2.0 causes this, or how to fix it.
The text was updated successfully, but these errors were encountered: