5 lines
133 B
TypeScript
5 lines
133 B
TypeScript
const resp = await Deno.bundle({
|
|
entrypoints:["file:///C:/Local%20Web%20Projects/gale/hmr/hmr-react.tsx"]
|
|
});
|
|
|
|
console.log(resp); |