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
/
commonjs
/
polyfill-entry.js
7 lines
(5 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
require
(
"gatsby-legacy-polyfills"
);
if
(process.
env
.
NODE_ENV
===
`development`
) {
require
(
`event-source-polyfill`
); }