Skip to content

Commit 7c6fdeb

Browse files
committed
Add default browserslist section to package.json
1 parent 8bb70b1 commit 7c6fdeb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@
2020
"build": "react-scripts build",
2121
"test": "react-scripts test --env=jsdom",
2222
"eject": "react-scripts eject"
23-
}
23+
},
24+
"browserslist": [
25+
">0.2%",
26+
"not dead",
27+
"not ie <= 11",
28+
"not op_mini all"
29+
]
2430
}

0 commit comments

Comments
 (0)