Skip to content

Commit

Permalink
fix: remove polyfill.io
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jun 28, 2024
1 parent 9f4925f commit 0faa11d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ if (process.env.NODE_ENV === 'development') {
bootstrap();
} else {
window.requirejs(
['https://cdn.polyfill.io/v2/polyfill.min.js?features=es5&flags=gated'],
bootstrap,
bootstrap // http://requirejs.org/docs/api.html#errbacks
);
Expand Down

0 comments on commit 0faa11d

Please sign in to comment.