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) {
59
59
alias : {
60
60
'@firebase/messaging/sw' :
61
61
'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'
64
63
}
65
64
} ,
66
65
transforms : [
@@ -80,13 +79,13 @@ module.exports = function (config) {
80
79
} ,
81
80
compilerOptions : {
82
81
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
90
89
}
91
90
} ,
92
91
plugins : [
Original file line number Diff line number Diff line change @@ -23,7 +23,11 @@ import {
23
23
logEvent
24
24
} from 'firebase/analytics' ;
25
25
import { 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' ;
27
31
import {
28
32
getStorage ,
29
33
ref ,
You can’t perform that action at this time.
0 commit comments