Use inert polyfill (#12209)

* Inserting wicg-inert in project

* Import wicg-inert in moda_root component

* Update yarn.lock

* Solving code style problems

* Removing package-lock
This commit is contained in:
Gabriel Rubens 2019-11-04 09:03:44 -03:00 committed by Eugen Rochko
parent be93318c05
commit 3cc9ff872f
3 changed files with 8 additions and 1 deletions

View file

@ -168,7 +168,8 @@
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.7",
"webpack-merge": "^4.2.1",
"websocket.js": "^0.1.12"
"websocket.js": "^0.1.12",
"wicg-inert": "^3.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",