UNPKG
react-micro-modal
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.1.0
React accessible micro modal component
github.com/Meemaw/react-micro-modal
Meemaw/react-micro-modal
react-micro-modal
/
dist
/
index.js
8 lines
(6 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./index.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./index.cjs.development.js'
) }