Skip to content

Commit

Permalink
Merge pull request #44079 from Expensify/dsilva_addThirdPartyScriptsI…
Browse files Browse the repository at this point in the history
…nstaging

Adding check for staging for loading thirdPartyScripts
  • Loading branch information
AndrewGable authored Jun 20, 2024
2 parents ac77254 + 078baf8 commit 8a5db3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<% 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) { %>
<% if (htmlWebpackPlugin.options.isProduction || htmlWebpackPlugin.options.isStaging) { %>
<!-- Third party scripts -->
<script async="" src="thirdPartyScripts.js"></script>
<!-- End Third party scripts -->
Expand Down

0 comments on commit 8a5db3e

Please sign in to comment.