bugfix: ever-growing xrfragment.module.js
Some checks failed
test / test (push) Has been cancelled
Deploy static content to Pages / deploy (push) Has been cancelled

This commit is contained in:
Leon van Kammen 2025-09-26 20:13:37 +02:00
parent f088f253de
commit dcc3b1666f

2
make
View file

@ -97,7 +97,7 @@ build(){
jscat(){ echo "(function(){"; cat "$@"; echo "}).apply({})"; }
# add js module
cat dist/xrfragment.js >> dist/xrfragment.module.js
cat dist/xrfragment.js > dist/xrfragment.module.js
echo "export default xrfragment;" >> dist/xrfragment.module.js
# add THREE