Skip to content

Commit

Permalink
fix: updating various dependencies and removing babel-polyfill (#228)
Browse files Browse the repository at this point in the history
Replacing frontend-enterprise with the newer frontend-enterprise-utils
  • Loading branch information
davidjoy authored Mar 29, 2022
1 parent 39cfad3 commit 527bc91
Show file tree
Hide file tree
Showing 7 changed files with 3,090 additions and 30,650 deletions.
3 changes: 2 additions & 1 deletion example/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'babel-polyfill';
import 'core-js/stable';
import 'regenerator-runtime/runtime';

import React from 'react';
import ReactDOM from 'react-dom';
Expand Down
Loading

0 comments on commit 527bc91

Please sign in to comment.