Skip to content

Commit 45e3682

Browse files
try es2019
1 parent ef5710f commit 45e3682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const es2017BuildPlugins = [
117117
typescript,
118118
tsconfigOverride: {
119119
compilerOptions: {
120-
target: 'es2017'
120+
target: 'es2019'
121121
}
122122
},
123123
cacheRoot: './.cache/browser/',

0 commit comments

Comments
 (0)