UNPKG

create-managed-component

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