Add IE11/Edge polyfills
This commit is contained in:
parent
aa5455115d
commit
a8e0d42aec
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||||||
<link href="{{ mix('/css/app.css') }}" rel="stylesheet">
|
<link href="{{ mix('/css/app.css') }}" rel="stylesheet">
|
||||||
|
|
||||||
|
{{-- Inertia --}}
|
||||||
|
<script src="https://polyfill.io/v3/polyfill.min.js?features=smoothscroll,NodeList.prototype.forEach,Promise,Object.values,Object.assign" defer></script>
|
||||||
|
|
||||||
|
{{-- Ping CRM --}}
|
||||||
|
<script src="https://polyfill.io/v3/polyfill.min.js?features=String.prototype.startsWith" defer></script>
|
||||||
|
|
||||||
<script src="{{ mix('/js/app.js') }}" defer></script>
|
<script src="{{ mix('/js/app.js') }}" defer></script>
|
||||||
@routes
|
@routes
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue