We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8e062 commit 0670578Copy full SHA for 0670578
.github/workflows/build.yml
@@ -64,11 +64,16 @@ jobs:
64
with:
65
files: |
66
aframe/build/aframe-ar.js
67
+ aframe/build/aframe-ar.mjs
68
aframe/build/aframe-ar-nft.js
69
+ aframe/build/aframe-ar-nft.mjs
70
aframe/build/aframe-ar-location-only.js
71
+ aframe/build/aframe-ar-location-only.mjs
72
+ aframe/build/aframe-ar-new-location-only.js
73
+ aframe/build/aframe-ar-new-location-only.mjs
74
three.js/build/ar.js
- three.js/build/ar.module.js
75
+ three.js/build/ar.mjs
76
three.js/build/ar-threex.js
- three.js/build/ar-threex.module.js
77
+ three.js/build/ar-threex.mjs
78
three.js/build/ar-threex-location-only.js
- three.js/build/ar-threex-location-only.module.js
79
+ three.js/build/ar-threex-location-only.mjs
0 commit comments