UNPKG
@rematch/loading
Version:
latest (2.1.2)
next (2.0.0-next.11)
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
2.0.0-next.11
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.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0-alpha.0
0.5.1
0.5.0
0.4.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Loading indicator plugin for Rematch
rematchjs.org
rematch/rematch
@rematch/loading
/
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
(
'./loading.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./loading.cjs.development.js'
) }