Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Commit

Permalink
drop es-shim
Browse files Browse the repository at this point in the history
  • Loading branch information
euglena1215 committed Nov 26, 2022
1 parent a5b2333 commit 4690b69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/client/foundation/side-effects.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import "core-js";
import "regenerator-runtime/runtime";
import "es5-shim";
import "es6-shim";
import "es7-shim";
// import "es5-shim";
// import "es6-shim";
// import "es7-shim";
import "@fortawesome/fontawesome-free/js/fontawesome";
import "@fortawesome/fontawesome-free/js/solid";
import "@fortawesome/fontawesome-free/js/regular";

0 comments on commit 4690b69

Please sign in to comment.