fix: using reszie-observer-polyfill

This commit is contained in:
07akioni 2019-09-22 23:41:47 +08:00
parent 35ed83cdb8
commit 9019fe4fba
2 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,7 @@
"prettier-eslint": "^9.0.0",
"progress-bar-webpack-plugin": "^1.12.1",
"regenerator-runtime": "^0.13.2",
"resize-observer-polyfill": "^1.5.1",
"schema-utils": "^1.0.0",
"showdown": "^1.9.0",
"sinon": "^7.3.2",

View File

@ -1,3 +1,5 @@
import ResizeObserver from 'resize-observer-polyfill'
class ResizeObserverDelegate {
constructor () {
console.log('resize observer')