Skip to content

Commit

Permalink
Merge pull request #44479 from Expensify/cmartins-updatePolyfillDomain
Browse files Browse the repository at this point in the history
[No QA] Remove polyfill
  • Loading branch information
roryabraham authored Jun 26, 2024
2 parents eb83809 + ccf759c commit 1a1daee
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,10 @@
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, interactive-widget=resizes-content">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="shortcut icon" id="favicon" href="/favicon.png">
<% if (htmlWebpackPlugin.options.isWeb) { %>
<!-- polyfill.io is only needed on Web to support older browsers. It should not be loaded for desktop -->
<script src="https://polyfill.io/v3/polyfill.min.js?features=default%2CResizeObserver&flags=gated"></script>
<% if (htmlWebpackPlugin.options.isProduction || htmlWebpackPlugin.options.isStaging) { %>
<!-- Third party scripts -->
<script async="" src="thirdPartyScripts.js"></script>
<!-- End Third party scripts -->
<% } %>
<% if (htmlWebpackPlugin.options.isWeb && (htmlWebpackPlugin.options.isProduction || htmlWebpackPlugin.options.isStaging)) { %>
<!-- Third party scripts -->
<script async="" src="thirdPartyScripts.js"></script>
<!-- End Third party scripts -->
<% } %>
<link rel="manifest" href="/manifest.json" />
</head>
Expand Down

0 comments on commit 1a1daee

Please sign in to comment.