UNPKG
pubnub-react
Version:
beta (2.0.0-beta.4)
latest (3.0.2)
rc (2.0.0-rc.0)
3.0.2
3.0.1
3.0.0
2.1.1
2.1.0
2.0.0
2.0.0-rc.0
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
1.3.2
1.3.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
Publish & Subscribe Real-time Messaging with PubNub
github.com/pubnub/react
pubnub/react
pubnub-react
/
dist
/
index.js
9 lines
(6 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./pubnub-react.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./pubnub-react.cjs.development.js'
) }