Skip to content

Commit 72c2fa9

Browse files
committed
Add explicit browserslist config
1 parent 3b2f242 commit 72c2fa9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.browserslistrc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"production": [
3+
"> 1%",
4+
"ie 10"
5+
],
6+
"development": [
7+
"last 1 chrome version",
8+
"last 1 firefox version"
9+
]
10+
}

0 commit comments

Comments
 (0)