UNPKG
alp-react-redux
Version:
latest (14.3.1)
14.3.1
14.3.0
14.2.3
14.2.2
14.2.1
14.2.0
14.0.0
12.1.1
12.1.0
12.0.0
11.0.0
10.1.1
10.1.0
10.0.0
9.0.0
8.2.1
8.2.0
8.1.0
8.0.0
7.3.3
7.3.2
7.3.1
7.3.0
7.2.0
7.1.1
7.1.0
7.0.0
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
6.0.0-beta.6
6.0.0-beta.5
6.0.0-beta.4
6.0.0-beta.3
6.0.0-beta.2
6.0.0-beta.1
5.2.1
5.2.0
5.1.0
5.0.1
5.0.0
4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
4.6.0
4.5.0
4.4.0
4.3.0
4.2.2
4.2.1
4.2.0
4.1.0
4.0.0
3.3.0
3.2.0
3.1.0
3.0.0
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.0.0
render with react and redux in alp framework
github.com/alpjs/alp-react-redux
alpjs/alp-react-redux
alp-react-redux
/
index.js
3 lines
(2 loc)
•
142 B
JavaScript
View Raw
1
2
3
var
production
=
process.env.NODE_ENV ===
'production'
;
module
.
exports
= require(
'./dist/index-node8'
+ (production ?
''
:
'-dev'
) +
'.cjs'
);