Drop es5 polyfill

This commit is contained in:
Tom Hughes 2021-11-19 18:09:49 +00:00
parent d8da12f587
commit 87bf5648c8
3 changed files with 0 additions and 1816 deletions

View file

@ -43,7 +43,6 @@ folder 'vendor/assets' do
end
folder 'polyfill' do
file 'es5.js', 'https://polyfill.io/v3/polyfill.js?features=es5&flags=gated,always'
file 'es6.js', 'https://polyfill.io/v3/polyfill.js?features=es6&flags=gated,always'
end
end

View file

@ -1,7 +1,6 @@
<%= tag.head :data => application_data do %>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<%= javascript_include_tag "es5" unless browser.es5? %>
<%= javascript_include_tag "es6" unless browser.es6? %>
<%= javascript_include_tag "application" %>
<%= javascript_include_tag "i18n/#{I18n.locale}" %>

File diff suppressed because it is too large Load diff