UNPKG
react-reparenting
Version:
latest (0.6.1)
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
The reparenting tools for React
paol-imi.github.io/react-reparenting
Paol-imi/react-reparenting
react-reparenting
/
dist
/
react-reparenting.cjs.js
8 lines
(6 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./react-reparenting.cjs.production.min.js'
); }
else
{
module
.
exports
=
require
(
'./react-reparenting.cjs.development.js'
); }