diff options
author | 2023-05-15 15:53:51 -0700 | |
---|---|---|
committer | 2023-05-15 15:53:51 -0700 | |
commit | e77e07871009abbcbcfd61dd1719601718238944 (patch) | |
tree | 488fc019ecb0d47555d53fdb286dcd7428746346 /templates/react/build.ts | |
parent | d348ec0668f1f0affdaf2bbd5ecd3383218976ef (diff) | |
download | bun-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.ts | 6 |
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", -}); |