aboutsummaryrefslogtreecommitdiff
path: root/templates/react/build.ts
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-05-15 15:53:51 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-05-15 15:53:51 -0700
commite77e07871009abbcbcfd61dd1719601718238944 (patch)
tree488fc019ecb0d47555d53fdb286dcd7428746346 /templates/react/build.ts
parentd348ec0668f1f0affdaf2bbd5ecd3383218976ef (diff)
downloadbun-move-templates.tar.gz
bun-move-templates.tar.zst
bun-move-templates.zip
Update react examplemove-templates
Diffstat (limited to '')
-rw-r--r--templates/react/build.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/react/build.ts b/templates/react/build.ts
deleted file mode 100644
index a2fa6fcf9..000000000
--- a/templates/react/build.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-// NODE_ENV=development bun build ./src/index.jsx --outfile ./.build/bundle.js
-
-Bun.build({
- entrypoints: ["./src/index.tsx"],
- outdir: "./build",
-});