File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
packages-exp/firebase-exp Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ import { registerVersion } from '@firebase/app-exp' ;
2
+ import { name , version } from '../package.json' ;
3
+
4
+ registerVersion ( name , version , 'cdn' ) ;
5
+ export * from '@firebase/app-exp' ;
Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*/
17
+ import { registerVersion } from '@firebase/app-exp' ;
18
+ import { name , version } from '../package.json' ;
17
19
20
+ registerVersion ( name , version , 'app' ) ;
18
21
export * from '@firebase/app-exp' ;
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ const appBuilds = [
112
112
* App UMD Builds
113
113
*/
114
114
{
115
- input : 'app/index.ts' ,
115
+ input : 'app/index.cdn. ts' ,
116
116
output : {
117
117
file : 'firebase-app.js' ,
118
118
sourcemap : true ,
You can’t perform that action at this time.
0 commit comments