1
0
mirror of https://github.com/ebosas/microservices.git synced 2025-08-24 20:08:55 +02:00

Test pipeline [BuildAll]

This commit is contained in:
ebosas
2021-12-02 13:14:49 +02:00
parent 38460d82bf
commit 348f960570

View File

@@ -1,5 +1,5 @@
require('esbuild').buildSync({
entryPoints: ['src/index.jsx'],
entryPoints: ['src/index.tsx'],
bundle: true,
minify: true,
sourcemap: false,