Skip to content

Commit 9d2ab11

Browse files
Remove const from ES5 build
1 parent 0d93d75 commit 9d2ab11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/firestore/rollup.config.exp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const nodePlugins = [
4444
clean: true,
4545
transformers: removeAssertTransformer
4646
}),
47-
json({ preferConst: true })
47+
json()
4848
];
4949

5050
const browserPlugins = [

packages/firestore/rollup.config.lite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const nodePlugins = [
4444
clean: true,
4545
transformers: removeAssertTransformer
4646
}),
47-
json({ preferConst: true })
47+
json()
4848
];
4949

5050
const browserPlugins = [

0 commit comments

Comments
 (0)