Skip to content

Instantly share code, notes, and snippets.

@souporserious
Created May 23, 2021 16:46
Show Gist options
  • Save souporserious/78285c2663b46f4b046a7931894dc1b1 to your computer and use it in GitHub Desktop.
Save souporserious/78285c2663b46f4b046a7931894dc1b1 to your computer and use it in GitHub Desktop.
Estrella build config
const { build } = require('estrella')
const { dependencies } = require('./package.json')
build({
entry: 'src/index.ts',
outfile: 'dist/index.js',
bundle: true,
platform: 'node',
external: Object.keys(dependencies),
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment