aboutsummaryrefslogtreecommitdiff
path: root/templates/react/build.ts
blob: a2fa6fcf9454c1f825e6d1e67393ceb3fffeb710 (plain) (blame)
1
2
3
4
5
6
// NODE_ENV=development bun build ./src/index.jsx --outfile ./.build/bundle.js

Bun.build({
  entrypoints: ["./src/index.tsx"],
  outdir: "./build",
});