UNPKG
react-okr-ui
Version:
latest (0.1.1)
0.1.1
0.1.0
A React user interface toolkit for building OKR centric applications.
react-okr-ui
/
.docz
/
.cache
/
polyfill-entry.js
6 lines
(4 loc)
•
117 B
JavaScript
View Raw
1
2
3
4
5
6
import
"gatsby-legacy-polyfills"
if
(process.
env
.
NODE_ENV
===
`development`
) {
require
(
`event-source-polyfill`
) }