esbuild-wasm-bundler/jsapi.tsx

4 lines
77 B
TypeScript
Raw Normal View History

2024-06-12 17:05:41 -04:00
import Bundle from "./mod.ts";
Bundle({entryPoints:["./test/app.tsx"]}, {})