Tweak config

This commit is contained in:
Pig Fang 2019-03-15 10:47:34 +08:00
parent f3bdc551cd
commit 1a45ca9340
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +0,0 @@
> 1%
not dead
not ie 11
Chrome > 52

View File

@ -73,6 +73,12 @@
"webpackbar": "^3.1.5",
"yaml-loader": "^0.5.0"
},
"browserslist": [
"> 1%",
"not dead",
"not ie 11",
"Chrome > 52"
],
"jest": {
"resetMocks": true,
"timers": "fake",