File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,7 @@ module.exports = function (config) {
5959 alias : {
6060 '@firebase/messaging/sw' :
6161 'node_modules/@firebase/messaging/dist/index.sw.esm2017.js' ,
62- 'idb' :
63- 'node_modules/idb/build/index.js'
62+ 'idb' : 'node_modules/idb/build/index.js'
6463 }
6564 } ,
6665 transforms : [
@@ -80,13 +79,13 @@ module.exports = function (config) {
8079 } ,
8180 compilerOptions : {
8281 allowJs : true ,
83- " module" : " commonjs" ,
84- " moduleResolution" : " node" ,
85- " resolveJsonModule" : true ,
86- " esModuleInterop" : true ,
87- " sourceMap" : true ,
88- " target" : " es5" ,
89- " importHelpers" : true ,
82+ ' module' : ' commonjs' ,
83+ ' moduleResolution' : ' node' ,
84+ ' resolveJsonModule' : true ,
85+ ' esModuleInterop' : true ,
86+ ' sourceMap' : true ,
87+ ' target' : ' es5' ,
88+ ' importHelpers' : true
9089 }
9190 } ,
9291 plugins : [
Original file line number Diff line number Diff line change @@ -23,7 +23,11 @@ import {
2323 logEvent
2424} from 'firebase/analytics' ;
2525import { initializeAppCheck , CustomProvider } from 'firebase/app-check' ;
26- import { getFunctions , httpsCallable , httpsCallableFromURL } from 'firebase/functions' ;
26+ import {
27+ getFunctions ,
28+ httpsCallable ,
29+ httpsCallableFromURL
30+ } from 'firebase/functions' ;
2731import {
2832 getStorage ,
2933 ref ,
You can’t perform that action at this time.
0 commit comments