diff options
author | 2021-10-03 02:22:00 -0700 | |
---|---|---|
committer | 2021-10-03 02:22:00 -0700 | |
commit | f4a4e793aa964ba2d0883a19205c32ec01eaf8f0 (patch) | |
tree | f93dfee8d14c117bfd4077c285deebd0eaec39ba /examples/lotta-modules/index.js | |
parent | cdabcfd9d09d2f4928ba7a918f654e001bb3c2eb (diff) | |
download | bun-f4a4e793aa964ba2d0883a19205c32ec01eaf8f0.tar.gz bun-f4a4e793aa964ba2d0883a19205c32ec01eaf8f0.tar.zst bun-f4a4e793aa964ba2d0883a19205c32ec01eaf8f0.zip |
Add Three.js benchmark
Diffstat (limited to 'examples/lotta-modules/index.js')
-rw-r--r-- | examples/lotta-modules/index.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/examples/lotta-modules/index.js b/examples/lotta-modules/index.js index e86d5e2d8..548acb898 100644 --- a/examples/lotta-modules/index.js +++ b/examples/lotta-modules/index.js @@ -1,11 +1,11 @@ -import "three/three1"; -import "three/three2"; -import "three/three3"; -import "three/three4"; -import "three/three5"; -import "three/three6"; -import "three/three7"; -import "three/three8"; -import "three/three9"; -import "three/three10"; +import "three/three1.js"; +import "three/three2.js"; +import "three/three3.js"; +import "three/three4.js"; +import "three/three5.js"; +import "three/three6.js"; +import "three/three7.js"; +import "three/three8.js"; +import "three/three9.js"; +import "three/three10.js"; // import "@babel/standalone/babel"; |