Inlines AMD = false (#5031)

This commit is contained in:
Henning Dieterichs 2025-10-09 01:06:06 +02:00 committed by GitHub
parent 953f4ecc85
commit b16daf88e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
89 changed files with 93 additions and 1079 deletions

View file

@ -105,9 +105,6 @@ export function buildESM(options: { base: string; entryPoints: string[]; externa
target: 'esnext',
format: 'esm',
drop: ['debugger'],
define: {
AMD: 'false'
},
banner: {
js: bundledFileHeader
},