UNPKG
@ryanar/react-auth-provider
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
> Easy to integrate react authentication management through context.
audiolion/react-auth-provider
@ryanar/react-auth-provider
/
dist
/
index.js
9 lines
(6 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./react-auth-provider.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./react-auth-provider.cjs.development.js'
) }