diff options
author | 2021-10-07 21:27:47 -0700 | |
---|---|---|
committer | 2021-10-07 21:27:47 -0700 | |
commit | ae7b91efe2076254d66d608052f4729fd34b3546 (patch) | |
tree | 1bc8f86ca8997c4801839f38326e7b3993efe651 /examples/lotta-modules/index.js | |
parent | 6d9ccd9b8edb149aee957b3e6c7668cc45ce7664 (diff) | |
download | bun-ae7b91efe2076254d66d608052f4729fd34b3546.tar.gz bun-ae7b91efe2076254d66d608052f4729fd34b3546.tar.zst bun-ae7b91efe2076254d66d608052f4729fd34b3546.zip |
Add CSS HMR benchmarkjarred/bench
Diffstat (limited to 'examples/lotta-modules/index.js')
-rw-r--r-- | examples/lotta-modules/index.js | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/examples/lotta-modules/index.js b/examples/lotta-modules/index.js index 548acb898..e8ea94ca2 100644 --- a/examples/lotta-modules/index.js +++ b/examples/lotta-modules/index.js @@ -1,11 +1 @@ -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"; +import "@babel/standalone/babel"; |