We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac77254 + 078baf8 commit 8a5db3eCopy full SHA for 8a5db3e
web/index.html
@@ -121,7 +121,7 @@
121
<% if (htmlWebpackPlugin.options.isWeb) { %>
122
<!-- polyfill.io is only needed on Web to support older browsers. It should not be loaded for desktop -->
123
<script src="https://polyfill.io/v3/polyfill.min.js?features=default%2CResizeObserver&flags=gated"></script>
124
- <% if (htmlWebpackPlugin.options.isProduction) { %>
+ <% if (htmlWebpackPlugin.options.isProduction || htmlWebpackPlugin.options.isStaging) { %>
125
<!-- Third party scripts -->
126
<script async="" src="thirdPartyScripts.js"></script>
127
<!-- End Third party scripts -->
0 commit comments