Skip to content

Commit

Permalink
fix: Remove usage of polyfill.io
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Feb 27, 2024
1 parent 9660c54 commit a5882e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions grails-app/views/inertia/html.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<%-- Inertia Polyfills --%>
<script src="https://polyfill.io/v3/polyfill.min.js?features=smoothscroll,NodeList.prototype.forEach,Promise,Object.values,Object.assign" defer></script>
<g:if env="production">
<script type="module" src="/static/dist/${inertiaManifest['src/main/javascript/main.js']['file']}"></script>
<g:each in="${inertiaManifest['src/main/javascript/main.js']['css']}" var="inertiaCss">
Expand Down

0 comments on commit a5882e0

Please sign in to comment.