nak/build.js
2022-02-22 12:21:47 -03:00

8 lines
133 B
JavaScript
Executable File

#!/usr/bin/env node
require('esbuild').buildSync({
entryPoints: ['globals.js'],
outfile: 'globals.bundle.js',
bundle: true
})