We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7810d2 commit 2c9de12Copy full SHA for 2c9de12
package.json
@@ -26,7 +26,6 @@
26
"browserslist": {
27
"production": [
28
">0.2%",
29
- "not dead",
30
"not op_mini all"
31
],
32
"development": [
@@ -39,6 +38,7 @@
39
38
"@babel/cli": "^7.8.4",
40
"@babel/core": "^7.8.4",
41
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
+ "@babel/preset-env": "^7.8.4",
42
"@storybook/addon-a11y": "^5.3.13",
43
"@storybook/addon-actions": "^5.3.13",
44
"@storybook/addon-docs": "^5.3.13",
@@ -53,7 +53,6 @@
53
"babel-eslint": "^10.0.3",
54
"babel-loader": "^8.0.6",
55
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
56
- "babel-preset-env": "^1.7.0",
57
"babel-preset-react": "^6.24.1",
58
"css-loader": "^3.4.2",
59
"eslint": "^6.8.0",
0 commit comments