Skip to content

Commit

Permalink
Remove JS polyfills
Browse files Browse the repository at this point in the history
These are no longer needed on any browser we support.
  • Loading branch information
liamwhite committed Mar 5, 2024
1 parent 691e7c0 commit 1f69cee
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 455 deletions.
8 changes: 0 additions & 8 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
// the compiled file.
//

// Third-party code, polyfills
import './vendor/promise.polyfill';
import './vendor/fetch.polyfill';
import './vendor/closest.polyfill';
import './vendor/customevent.polyfill';
import './vendor/es6.polyfill';
import './vendor/values-entries.polyfill';

// Our code
import './ujs';
import './when-ready';
31 changes: 0 additions & 31 deletions assets/js/vendor/closest.polyfill.js

This file was deleted.

17 changes: 0 additions & 17 deletions assets/js/vendor/customevent.polyfill.js

This file was deleted.

104 changes: 0 additions & 104 deletions assets/js/vendor/es6.polyfill.js

This file was deleted.

53 changes: 0 additions & 53 deletions assets/js/vendor/fetch.polyfill.js

This file was deleted.

Loading

0 comments on commit 1f69cee

Please sign in to comment.