File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -26,24 +26,6 @@ import { terser } from 'rollup-plugin-terser';
26
26
import pkg from './package.json' ;
27
27
28
28
import appPkg from './app/package.json' ;
29
- import authPkg from './auth/package.json' ;
30
- import databasePkg from './database/package.json' ;
31
- import firestorePkg from './firestore/package.json' ;
32
- import functionsPkg from './functions/package.json' ;
33
- import messagingPkg from './messaging/package.json' ;
34
- import storagePkg from './storage/package.json' ;
35
- import performancePkg from './performance/package.json' ;
36
-
37
- const pkgsByName = {
38
- app : appPkg ,
39
- auth : authPkg ,
40
- database : databasePkg ,
41
- firestore : firestorePkg ,
42
- functions : functionsPkg ,
43
- messaging : messagingPkg ,
44
- storage : storagePkg ,
45
- performance : performancePkg
46
- } ;
47
29
48
30
const plugins = [
49
31
sourcemaps ( ) ,
You can’t perform that action at this time.
0 commit comments