fix build script

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-11-25 10:46:05 +01:00
parent 3f320fb922
commit 331cedd06f
@@ -59,7 +59,7 @@ require('esbuild')
format: 'cjs',
platform: 'node',
target: 'node14',
banner: NUNJUCKS_LICENSE,
banner: { js: NUNJUCKS_LICENSE },
external: ['fsevents'],
outfile: path.resolve(__dirname, '../assets/nunjucks.js.txt'),
})