File tree
Expand file treeCollapse file tree3 files changed
+9
-2
lines changed Expand file treeCollapse file tree3 files changed
+9
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
|
| 1 | +--- |
| 2 | +'@firebase/remote-config': |
| 3 | +'@firebase/analytics': |
| 4 | +'firebase': |
| 5 | +--- |
| 6 | + |
| 7 | +Add rollup config to generate modular typings for google3 |
Original file line number | Diff line number | Diff line change |
---|
@@ -81,7 +81,7 @@ const cjsBuilds = [
|
81 | 81 | const google3TypingsBuild = {
|
82 | 82 | input: 'dist/src/index.d.ts',
|
83 | 83 | output: {
|
84 |
| -file: 'dist/esm/src/global_index.d.ts', |
| 84 | +file: 'dist/src/global_index.d.ts', |
85 | 85 | format: 'es'
|
86 | 86 | },
|
87 | 87 | plugins: [
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -75,7 +75,7 @@ const cjsBuild = {
|
75 | 75 | const google3TypingsBuild = {
|
76 | 76 | input: 'dist/src/index.d.ts',
|
77 | 77 | output: {
|
78 |
| -file: 'dist/esm/src/global_index.d.ts', |
| 78 | +file: 'dist/src/global_index.d.ts', |
79 | 79 | format: 'es'
|
80 | 80 | },
|
81 | 81 | plugins: [
|
|
You can’t perform that action at this time.
0 commit comments