File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages-exp/auth-compat-exp Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ export function getEs2017Builds(additionalTypescriptPlugins = {}) {
147
147
148
148
export function getAllBuilds ( additionalTypescriptPlugins = { } ) {
149
149
return [
150
- // ...getEs5Builds(additionalTypescriptPlugins),
150
+ ...getEs5Builds ( additionalTypescriptPlugins ) ,
151
151
...getEs2017Builds ( additionalTypescriptPlugins )
152
152
] ;
153
153
}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const es5BuildPlugins = [
47
47
transformers : [
48
48
getImportPathTransformer ( {
49
49
// ../../exp/index
50
- pattern : / ^ .* e x p \/ i n d e x $ / g ,
50
+ pattern : / ^ .* e x p \/ i n d e x $ / ,
51
51
template : [ '@firebase/database' ]
52
52
} )
53
53
]
@@ -111,7 +111,7 @@ const es2017BuildPlugins = [
111
111
transformers : [
112
112
getImportPathTransformer ( {
113
113
// ../../exp/index
114
- pattern : / ^ .* e x p \/ i n d e x $ / g ,
114
+ pattern : / ^ .* e x p \/ i n d e x $ / ,
115
115
template : [ '@firebase/database' ]
116
116
} )
117
117
]
You can’t perform that action at this time.
0 commit comments