mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-03 14:37:58 +00:00
11 lines
198 B
JavaScript
11 lines
198 B
JavaScript
export const esbuildCommon = {
|
|
logLevel: 'error',
|
|
platform: 'node',
|
|
target: ['node20'],
|
|
format: 'cjs',
|
|
bundle: true,
|
|
minify: true,
|
|
legalComments: 'external',
|
|
dropLabels: ['DEV'],
|
|
};
|