UNPKG
react-tv
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.3.0-beta.4
0.3.0-beta.3
0.3.0-beta.2
0.3.0-beta.1
0.3.0-beta.0
0.3.0-alpha.2
0.3.0-alpha.1
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
0.1.4-rc.1
0.1.4-rc.0
0.1.3
0.1.2
0.1.1
0.1.0
React renderer for low memory applications
github.com/raphamorim/react-tv
raphamorim/react-tv
react-tv
/
index.js
6 lines
(5 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
if
(process.env.
NODE_ENV
===
'production'
) {
module
.exports =
require
(
'./dist/react-tv.production.js'
); }
else
{
module
.exports =
require
(
'./dist/react-tv.development.js'
); }