UNPKG
go-captcha-test
Version:
latest (0.0.1-react-test)
0.0.1-react-test
This is the react package for go-captcha
github.com/wenlng
go-captcha-test
/
dist
/
index.js
9 lines
(6 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./go-captcha-react.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./go-captcha-react.cjs.development.js'
) }