UNPKG
@miniplex/react
Version:
beta (2.0.0-beta.4)
canary (0.0.0-canary-20221029092412)
latest (2.0.0-next.10)
next (2.0.0-next.20)
2.0.0-next.20
2.0.0-next.19
2.0.0-next.18
2.0.0-next.17
2.0.0-next.15
2.0.0-next.14
2.0.0-next.13
2.0.0-next.11
2.0.0-next.10
2.0.0-next.8
2.0.0-next.7
2.0.0-next.6
2.0.0-next.5
2.0.0-next.4
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.1
0.0.0-canary-20221029092412
0.0.0-canary-20221019154835
React glue for Miniplex.
github.com/hmans/miniplex
@miniplex/react
/
dist
/
miniplex-react.cjs.js
8 lines
(6 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
if
(process.
env
.
NODE_ENV
===
"production"
) {
module
.
exports
=
require
(
"./miniplex-react.cjs.prod.js"
); }
else
{
module
.
exports
=
require
(
"./miniplex-react.cjs.dev.js"
); }