Skip to content

Commit f7a46de

Browse files
authored
Remove polyfills from all builds except for firebase.js (#1731)
1 parent be1eb2c commit f7a46de

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/firebase/app/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@
1515
* limitations under the License.
1616
*/
1717

18-
import '@firebase/polyfill';
1918
import firebase from '@firebase/app';
2019
export default firebase;

packages/firebase/src/index.cdn.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ For the CDN builds, these are available in the following manner
2626
https://www.gstatic.com/firebasejs/5.0.0/firebase-<PACKAGE>.js
2727
`);
2828

29+
import '@firebase/polyfill';
2930
import firebase from '../app';
3031

3132
import '../auth';

0 commit comments

Comments
 (0)