Skip to content

Commit abea588

Browse files
committed
Fix format for console
1 parent f686cd2 commit abea588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore-compat/tools/console.build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const es6InputOptions = {
5959
const es6OutputOptions = {
6060
file: `${OUTPUT_FOLDER}/${OUTPUT_FILE}`,
6161
name: EXPORTNAME,
62-
format: 'es'
62+
format: 'iife'
6363
};
6464

6565
const POSTFIX = `window['${EXPORTNAME}']=${EXPORTNAME};`;

0 commit comments

Comments
 (0)