Adding language detector as Peer Dependency, its not working inside the rollup bundle.

This commit is contained in:
romulo bordezani 2019-06-11 14:07:23 -03:00
parent fe4db3b2c5
commit b4af4bed17
2 changed files with 3 additions and 2 deletions

View File

@ -23,4 +23,4 @@ yarn-error.log*
.idea
yalc.lock
.yalc
.yalc

View File

@ -20,7 +20,8 @@
"i18next": "^15.1.3",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-i18next": "^10.11.0"
"react-i18next": "^10.11.0",
"i18next-browser-languagedetector": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",