UNPKG
@rematch/select
Version:
latest (3.1.2)
next (3.0.0-next.10)
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
3.0.0-next.10
3.0.0-next.9
3.0.0-next.8
3.0.0-next.7
3.0.0-next.6
3.0.0-next.5
3.0.0-next.4
3.0.0-next.3
3.0.0-next.2
3.0.0-next.1
2.0.5
2.0.4
2.0.3
2.0.2
2.0.0
1.0.2
1.0.1
1.0.0
1.0.0-alpha.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Selectors plugin for Rematch
rematchjs.org
rematch/rematch
@rematch/select
/
dist
/
index.js
9 lines
(6 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./select.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./select.cjs.development.js'
) }