UNPKG
monarc
Version:
beta (3.0.0-beta.1)
latest (3.3.1)
3.3.1
3.3.0
3.2.3
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.0
3.0.0-beta.1
2.1.1
2.0.0
1.0.4
1.0.3
1.0.1
1.0.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
MONARC's Obviously Not A Redux Clone
cvlmtg.github.io/monarc/
cvlmtg/monarc
monarc
/
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
(
'./monarc.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./monarc.cjs.development.js'
) }