UNPKG
@platform/react.ssr
Version:
latest (1.1.171)
1.1.171
1.1.167
1.1.166
1.1.162
1.1.160
1.1.159
1.1.158
1.1.157
1.1.156
1.1.154
1.1.153
1.1.150
1.1.149
1.1.148
1.1.147
1.1.144
1.1.142
1.1.141
1.1.139
1.1.132
1.1.130
1.1.129
1.1.127
1.1.126
1.1.119
1.1.116
1.1.115
1.1.112
1.1.108
1.1.107
1.1.106
1.1.105
1.1.104
1.1.102
1.1.100
1.1.99
1.1.98
1.1.97
1.1.95
1.1.93
1.1.92
1.1.90
1.1.86
1.1.85
1.1.84
1.1.83
1.1.81
1.1.78
1.1.77
1.1.74
1.1.73
1.1.69
1.1.67
1.1.60
1.1.58
1.1.55
1.1.54
1.1.53
1.1.52
1.1.48
1.1.47
1.1.43
1.1.40
1.1.38
1.1.37
1.1.34
1.1.32
1.1.31
1.1.30
1.1.27
1.1.26
1.1.25
1.1.21
1.1.19
1.1.18
1.1.17
1.1.16
1.1.15
1.1.12
1.1.11
1.1.9
1.1.8
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
0.9.15
0.9.14
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.0
0.8.1
0.8.0
0.7.7
0.7.6
0.7.4
0.7.3
0.7.2
0.7.1
0.6.4
0.6.3
0.6.2
0.6.0
0.5.16
0.5.12
0.5.11
0.5.7
0.5.6
0.5.3
0.5.2
0.5.1
0.5.0
0.4.11
0.4.10
0.4.9
0.4.8
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
An SSR (server-side-render) system for react apps bundled with ParcelJS and hosted on S3.
@platform/react.ssr
/
lib
/
bin.js
8 lines
(7 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env node
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
}); process.
on
(
'unhandledRejection'
,
function
(
err
) {
throw
err; });
require
(
"./cli/cmds"
);