UNPKG

@managed-components/demo

Version:

Find out more about Managed Components [here](https://blog.cloudflare.com/zaraz-open-source-managed-components-and-webcm/) for inspiration and motivation details.

11 lines (10 loc) 221 B
require('esbuild').buildSync({ entryPoints: ['src/index.ts'], bundle: true, minify: true, platform: 'node', format: 'esm', target: ['esnext'], tsconfig: 'tsconfig.build.json', outfile: 'dist/index.js', })