Skip to content

Commit 8c857d7

Browse files
committed
Formatting
1 parent 4337d24 commit 8c857d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firebase/compat/rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ import appPkg from './app/package.json';
3131
const external = Object.keys(pkg.dependencies || {});
3232
const uglifyOptions = {
3333
mangle: true,
34-
webkit: true, // Necessary to avoid https://bugs.webkit.org/show_bug.cgi?id=223533
35-
}
34+
webkit: true // Necessary to avoid https://bugs.webkit.org/show_bug.cgi?id=223533
35+
};
3636

3737
/**
3838
* Global UMD Build

0 commit comments

Comments
 (0)