Skip to content

Commit

Permalink
fix: properly polyfill ResizeObserver on chrome < 64
Browse files Browse the repository at this point in the history
  • Loading branch information
foray1010 committed Jul 15, 2019
1 parent cc6fb69 commit dd4dd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'core-js/es'
import 'resize-observer-polyfill'
import 'resize-observer-polyfill/dist/ResizeObserver.global'

import '../manifest.yml'

Expand Down

0 comments on commit dd4dd5a

Please sign in to comment.