Skip to content

Commit b32530d

Browse files
committed
fix baseBuilds import
1 parent 608c71e commit b32530d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase/compat/rollup-internal.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
// When run in google3, original rollup.config.js will have been renamed to rollup-main.config.js.
24-
import * as baseBuilds from './rollup.config.js';
24+
import baseBuilds from './rollup.config.js';
2525
import license from 'rollup-plugin-license';
2626

2727
const firebaseLicense = license({

0 commit comments

Comments
 (0)