UNPKG
tiny-mobx-form
Version:
canary (0.0.0-d99e237)
latest (1.0.0)
1.0.0
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.0-d99e237
0.0.0-bf0f380
0.0.0-ada6b28
0.0.0-9eb551d
0.0.0-74c9013
0.0.0-434b62e
Tiny (~2KB) tree-shakable MobX form library
dericgw.github.io/tiny-mobx-form/
dericgw/tiny-mobx-form
tiny-mobx-form
/
dist
/
index.js
9 lines
(6 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./tiny-mobx-form.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./tiny-mobx-form.cjs.development.js'
) }