Skip to content

Commit 9018eb2

Browse files
committed
ensure AMD headers aren't introduced in build
1 parent 24478b5 commit 9018eb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esbuild-config.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module.exports = {
2323
},
2424
define: {
2525
global: 'window',
26+
'define.amd': 'false',
2627
},
2728
target: 'es2016',
2829
logLevel: 'info',

0 commit comments

Comments
 (0)