Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 83a569e

Browse files
authored
feat(CRA): Updated CRA to v2 and resolved resulting issues.
Updated CRA to v2 and resolved resulting issues.
2 parents 95abc58 + 80846e8 commit 83a569e

File tree

5 files changed

+8333
-29662
lines changed

5 files changed

+8333
-29662
lines changed

example/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-dom": "^16.2.0",
1414
"react-google-maps": "^9.4.5",
1515
"react-router-dom": "^4.3.1",
16-
"react-scripts": "^1.1.1",
16+
"react-scripts": "^2.0.3",
1717
"react-simple-maps": "^0.12.0",
1818
"react-syntax-highlighter": "^8.0.1",
1919
"tabler-react": "link:.."
@@ -27,5 +27,11 @@
2727
"predeploy": "npm run build",
2828
"deploy": "gh-pages -d build"
2929
},
30-
"devDependencies": {}
30+
"devDependencies": {},
31+
"browserslist": [
32+
">0.2%",
33+
"not dead",
34+
"not ie <= 11",
35+
"not op_mini all"
36+
]
3137
}

0 commit comments

Comments
 (0)