Skip to content

Commit 08747a5

Browse files
Babel polyfill added.
1 parent cbf3ddb commit 08747a5

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

package-lock.json

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"webpack-dev-server": "3.2.1"
3939
},
4040
"dependencies": {
41+
"@babel/polyfill": "^7.4.0",
4142
"babel-loader": "8.0.5",
4243
"immer": "^2.1.4",
4344
"react": "16.8.4",

src/app.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import "@babel/polyfill";
2+
13
import React, { useState, useEffect, ErrorInfo } from "react";
24
import ReactDOM from "react-dom";
35
import { GroupStoreMutable } from "./stores/group-store";

0 commit comments

Comments
 (0)