Commit 1448afe1 authored by 神楽坂玲奈's avatar 神楽坂玲奈

matchmedia polyfill

parent eb8add7b
......@@ -6402,6 +6402,11 @@
"node-emoji": "1.8.1"
}
},
"matchmedia-polyfill": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/matchmedia-polyfill/-/matchmedia-polyfill-0.3.0.tgz",
"integrity": "sha1-b5HjQBKz38nVt2zsid6vwbQbRfo="
},
"math-expression-evaluator": {
"version": "1.2.17",
"resolved": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz",
......
......@@ -2,6 +2,7 @@ import 'core-js/shim'
import 'intl'
import 'intl/locale-data/jsonp/en.js'
import 'intl/locale-data/jsonp/zh-Hans.js'
import 'matchmedia-polyfill'
import React from 'react'
import ReactDOM from 'react-dom'
import App from './App'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment