UNPKG
ganic-pandora
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A cool organic programming javascript library
ganicjs.com
yuanoook/ganic
ganic-pandora
/
index.js
6 lines
(5 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
if
(process.env.
NODE_ENV
===
'production'
) {
module
.exports =
require
(
'./cjs/ganic-pandora.production.min.js'
); }
else
{
module
.exports =
require
(
'./cjs/ganic-pandora.development.js'
); }