UNPKG
@rematch/updated
Version:
latest (2.1.2)
next (2.0.0-next.10)
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
2.0.0-next.10
2.0.0-next.9
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-next.3
2.0.0-next.2
2.0.0-next.1
1.0.1
1.0.0-alpha.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Rematch plugin for maintaining timestamps when effects are called
rematchjs.org
rematch/rematch
@rematch/updated
/
dist
/
index.js
9 lines
(6 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./updated.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./updated.cjs.development.js'
) }