@modern-js/devtools-client 2.58.0 → 2.58.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/modern.config.json +1 -279
- package/dist/public/sw-proxy.js +1 -1
- package/dist/routes-manifest.json +45 -45
- package/dist/static/html/client/index.html +3 -3
- package/dist/static/html/mount/index.html +3 -3
- package/dist/static/js/{130.a055ee6f.js → 130.e9fe135b.js} +1 -1
- package/dist/static/js/{396.3a03c91e.js → 324.f1f00e24.js} +3 -3
- package/dist/static/js/{37.3b6855a6.js → 995.2a85d331.js} +3 -3
- package/dist/static/js/async/client_config/(toolkit).(type)/{page.f4f25669.js → page.58295f9e.js} +1 -1
- package/dist/static/js/async/client_context/builder/{page.fa63dd48.js → page.ff155bd1.js} +1 -1
- package/dist/static/js/async/client_context/framework/{page.1e92d092.js → page.d1293802.js} +1 -1
- package/dist/static/js/async/client_doctor/{page.1bce9053.js → page.bf9fec27.js} +1 -1
- package/dist/static/js/async/client_headers/editor/page.c918d965.js +1 -0
- package/dist/static/js/async/client_overview/{page.8f02d776.js → page.12e213b3.js} +1 -1
- package/dist/static/js/async/client_pages/{page.a4020deb.js → page.52e4b55c.js} +1 -1
- package/dist/static/js/async/client_react/offscreen/page.cd0548da.js +1 -0
- package/dist/static/js/async/client_storage/preset/(id)/{page.d9ba689e.js → page.e03b8590.js} +1 -1
- package/dist/static/js/async/client_storage/preset/layout.22c4ff65.js +1 -0
- package/dist/static/js/async/client_storage/preset/page.3a7155d7.js +1 -0
- package/dist/static/js/{builder-runtime.694bc54b.js → builder-runtime.fa818427.js} +1 -1
- package/dist/static/js/{client.28c8f27c.js → client.88d55458.js} +1 -1
- package/dist/static/js/components.d4cbe1c4.js +1 -0
- package/dist/static/js/lib-polyfill.04944fd7.js +1 -0
- package/dist/static/js/mount.049fbc82.js +1 -0
- package/package.json +14 -14
- package/dist/static/js/async/client_headers/editor/page.4194fbba.js +0 -1
- package/dist/static/js/async/client_react/offscreen/page.2511e7a7.js +0 -1
- package/dist/static/js/async/client_storage/preset/layout.f6253a54.js +0 -1
- package/dist/static/js/async/client_storage/preset/page.4f048c94.js +0 -1
- package/dist/static/js/components.75879e60.js +0 -1
- package/dist/static/js/lib-polyfill.3df5a348.js +0 -1
- package/dist/static/js/mount.02a9d3ac.js +0 -1
- /package/dist/static/css/{396.861d0891.css → 324.861d0891.css} +0 -0
- /package/dist/static/css/{37.e744b37c.css → 995.e744b37c.css} +0 -0
- /package/dist/static/js/{396.3a03c91e.js.LICENSE.txt → 324.f1f00e24.js.LICENSE.txt} +0 -0
- /package/dist/static/js/{37.3b6855a6.js.LICENSE.txt → 995.2a85d331.js.LICENSE.txt} +0 -0
package/dist/modern.config.json
CHANGED
|
@@ -1,279 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"autoLoadPlugins": false,
|
|
3
|
-
"source": {
|
|
4
|
-
"entries": {
|
|
5
|
-
"mount": {
|
|
6
|
-
"entry": "./src/entries/mount/index.tsx",
|
|
7
|
-
"disableMount": true
|
|
8
|
-
}
|
|
9
|
-
},
|
|
10
|
-
"mainEntryName": "client",
|
|
11
|
-
"enableAsyncEntry": false,
|
|
12
|
-
"enableCustomEntry": false,
|
|
13
|
-
"disableDefaultEntries": false,
|
|
14
|
-
"entriesDir": "./src/entries",
|
|
15
|
-
"configDir": "./config",
|
|
16
|
-
"globalVars": {
|
|
17
|
-
"process.env.MODERN_JS_VERSION": "2.58.0",
|
|
18
|
-
"process.env.IS_REACT18": "true",
|
|
19
|
-
"process.env.VERSION": "2.58.0",
|
|
20
|
-
"process.env.PKG_VERSION": "2.58.0",
|
|
21
|
-
"process.env.DEVTOOLS_MARK": "nRnbuF2BlrrWZq4Nio6go"
|
|
22
|
-
},
|
|
23
|
-
"alias": {
|
|
24
|
-
"@_modern_js_internal": "/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/.modern-js",
|
|
25
|
-
"@_modern_js_src": "/home/runner/work/modern.js/modern.js/packages/devtools/client/src",
|
|
26
|
-
"@": "/home/runner/work/modern.js/modern.js/packages/devtools/client/src",
|
|
27
|
-
"@shared": "/home/runner/work/modern.js/modern.js/packages/devtools/client/shared",
|
|
28
|
-
"styled-components": "/home/runner/work/modern.js/modern.js/node_modules/.pnpm/styled-components@5.3.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js",
|
|
29
|
-
"@modern-js/runtime/plugins": "/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/.modern-js/.runtime-exports/plugins.js",
|
|
30
|
-
"@meta/runtime/browser": "@modern-js/runtime/browser",
|
|
31
|
-
"@meta/runtime/react": "@modern-js/runtime/react",
|
|
32
|
-
"@meta/runtime/context": "@modern-js/runtime/context",
|
|
33
|
-
"@meta/runtime": "@modern-js/runtime",
|
|
34
|
-
"@modern-js/runtime-utils/node$": "/home/runner/work/modern.js/modern.js/packages/toolkit/runtime-utils/dist/cjs/node/index.js",
|
|
35
|
-
"react": "/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/react-exp",
|
|
36
|
-
"react-dom": "/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/react-dom-exp"
|
|
37
|
-
},
|
|
38
|
-
"include": [
|
|
39
|
-
{},
|
|
40
|
-
{},
|
|
41
|
-
{},
|
|
42
|
-
"/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/.modern-js"
|
|
43
|
-
],
|
|
44
|
-
"preEntry": [
|
|
45
|
-
"/home/runner/work/modern.js/modern.js/node_modules/.pnpm/modern-normalize@1.1.0/node_modules/modern-normalize/modern-normalize.css",
|
|
46
|
-
"/home/runner/work/modern.js/modern.js/node_modules/.pnpm/@radix-ui+themes@3.0.5_@types+react-dom@18.0.6_@types+react@18.0.21_react-dom@18.2.0_react@18.2.0/node_modules/@radix-ui/themes/styles.css"
|
|
47
|
-
],
|
|
48
|
-
"define": {
|
|
49
|
-
"__REACT_DEVTOOLS_GLOBAL_HOOK__": {
|
|
50
|
-
"isDisabled": true
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"output": {
|
|
55
|
-
"distPath": {
|
|
56
|
-
"root": "dist",
|
|
57
|
-
"html": "static/html",
|
|
58
|
-
"js": "static/js",
|
|
59
|
-
"css": "static/css",
|
|
60
|
-
"server": "bundles",
|
|
61
|
-
"worker": "worker"
|
|
62
|
-
},
|
|
63
|
-
"cleanDistPath": true,
|
|
64
|
-
"disableNodePolyfill": true,
|
|
65
|
-
"enableInlineRouteManifests": true,
|
|
66
|
-
"disableInlineRouteManifests": false,
|
|
67
|
-
"assetPrefix": "/",
|
|
68
|
-
"disableInlineRuntimeChunk": true,
|
|
69
|
-
"disableSourceMap": true
|
|
70
|
-
},
|
|
71
|
-
"server": {
|
|
72
|
-
"baseUrl": "/",
|
|
73
|
-
"port": 8080
|
|
74
|
-
},
|
|
75
|
-
"dev": {
|
|
76
|
-
"port": 8780,
|
|
77
|
-
"assetPrefix": "http://localhost:8780"
|
|
78
|
-
},
|
|
79
|
-
"html": {
|
|
80
|
-
"title": "",
|
|
81
|
-
"mountId": "root",
|
|
82
|
-
"meta": {
|
|
83
|
-
"charset": {
|
|
84
|
-
"charset": "utf-8"
|
|
85
|
-
},
|
|
86
|
-
"viewport": "width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no",
|
|
87
|
-
"http-equiv": {
|
|
88
|
-
"http-equiv": "x-ua-compatible",
|
|
89
|
-
"content": "ie=edge"
|
|
90
|
-
},
|
|
91
|
-
"renderer": "webkit",
|
|
92
|
-
"layoutmode": "standard",
|
|
93
|
-
"imagemode": "force",
|
|
94
|
-
"wap-font-scale": "no",
|
|
95
|
-
"format-detection": "telephone=no"
|
|
96
|
-
}
|
|
97
|
-
},
|
|
98
|
-
"tools": {
|
|
99
|
-
"tsChecker": {
|
|
100
|
-
"issue": {
|
|
101
|
-
"exclude": [
|
|
102
|
-
{
|
|
103
|
-
"file": "**/api/lambda/**/*"
|
|
104
|
-
}
|
|
105
|
-
]
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
"styledComponents": {
|
|
109
|
-
"topLevelImportPaths": [
|
|
110
|
-
"@modern-js/runtime/styled"
|
|
111
|
-
]
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
"plugins": [
|
|
115
|
-
{
|
|
116
|
-
"name": "@modern-js/app-tools",
|
|
117
|
-
"post": [
|
|
118
|
-
"@modern-js/plugin-initialize",
|
|
119
|
-
"@modern-js/plugin-analyze",
|
|
120
|
-
"@modern-js/plugin-ssr",
|
|
121
|
-
"@modern-js/plugin-document",
|
|
122
|
-
"@modern-js/plugin-state",
|
|
123
|
-
"@modern-js/plugin-router",
|
|
124
|
-
"@modern-js/plugin-router-v5",
|
|
125
|
-
"@modern-js/plugin-polyfill"
|
|
126
|
-
],
|
|
127
|
-
"registerHook": {
|
|
128
|
-
"_internalRuntimePlugins": {},
|
|
129
|
-
"modifyFileSystemRoutes": {},
|
|
130
|
-
"modifyServerRoutes": {},
|
|
131
|
-
"modifyEntrypoints": {},
|
|
132
|
-
"checkEntryPoint": {},
|
|
133
|
-
"generateEntryCode": {},
|
|
134
|
-
"htmlPartials": {},
|
|
135
|
-
"beforeGenerateRoutes": {},
|
|
136
|
-
"addDefineTypes": {},
|
|
137
|
-
"collectServerPlugins": {},
|
|
138
|
-
"_internalServerPlugins": {},
|
|
139
|
-
"beforeDev": {},
|
|
140
|
-
"afterDev": {},
|
|
141
|
-
"beforeCreateCompiler": {},
|
|
142
|
-
"afterCreateCompiler": {},
|
|
143
|
-
"beforePrintInstructions": {},
|
|
144
|
-
"beforeBuild": {},
|
|
145
|
-
"afterBuild": {},
|
|
146
|
-
"beforeDeploy": {},
|
|
147
|
-
"deploy": {},
|
|
148
|
-
"afterDeploy": {},
|
|
149
|
-
"beforeRestart": {},
|
|
150
|
-
"registerDev": {},
|
|
151
|
-
"beforeDevTask": {},
|
|
152
|
-
"registerBuildPlatform": {},
|
|
153
|
-
"beforeBuildPlatform": {}
|
|
154
|
-
},
|
|
155
|
-
"usePlugins": [
|
|
156
|
-
{
|
|
157
|
-
"name": "@modern-js/plugin-initialize",
|
|
158
|
-
"post": [
|
|
159
|
-
"@modern-js/plugin-ssr",
|
|
160
|
-
"@modern-js/plugin-document",
|
|
161
|
-
"@modern-js/plugin-state",
|
|
162
|
-
"@modern-js/plugin-router",
|
|
163
|
-
"@modern-js/plugin-router-v5",
|
|
164
|
-
"@modern-js/plugin-polyfill"
|
|
165
|
-
]
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"name": "@modern-js/plugin-analyze",
|
|
169
|
-
"post": [
|
|
170
|
-
"@modern-js/runtime"
|
|
171
|
-
]
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"name": "@modern-js/server-build"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"name": "@modern-js/plugin-lint"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"name": "@modern-js/plugin-deploy"
|
|
181
|
-
}
|
|
182
|
-
]
|
|
183
|
-
}
|
|
184
|
-
],
|
|
185
|
-
"builderPlugins": [
|
|
186
|
-
{
|
|
187
|
-
"name": "@modern-js/builder-plugin-ssr"
|
|
188
|
-
}
|
|
189
|
-
],
|
|
190
|
-
"runtime": {
|
|
191
|
-
"router": {
|
|
192
|
-
"supportHtml5History": false
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
"runtimeByEntries": {},
|
|
196
|
-
"performance": {
|
|
197
|
-
"chunkSplit": {
|
|
198
|
-
"strategy": "split-by-experience",
|
|
199
|
-
"override": {
|
|
200
|
-
"cacheGroups": {
|
|
201
|
-
"components": {
|
|
202
|
-
"test": {},
|
|
203
|
-
"chunks": "all",
|
|
204
|
-
"name": "components",
|
|
205
|
-
"enforce": true,
|
|
206
|
-
"priority": 9999
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
"_raw": {
|
|
213
|
-
"runtime": {
|
|
214
|
-
"router": {
|
|
215
|
-
"supportHtml5History": false
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
"dev": {
|
|
219
|
-
"port": 8780,
|
|
220
|
-
"assetPrefix": "http://localhost:8780"
|
|
221
|
-
},
|
|
222
|
-
"source": {
|
|
223
|
-
"mainEntryName": "client",
|
|
224
|
-
"entriesDir": "./src/entries",
|
|
225
|
-
"entries": {
|
|
226
|
-
"mount": {
|
|
227
|
-
"entry": "./src/entries/mount/index.tsx",
|
|
228
|
-
"disableMount": true
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
"preEntry": "[Circular preEntry]",
|
|
232
|
-
"define": {
|
|
233
|
-
"__REACT_DEVTOOLS_GLOBAL_HOOK__": {
|
|
234
|
-
"isDisabled": true
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
"globalVars": {
|
|
238
|
-
"process.env.VERSION": "2.58.0",
|
|
239
|
-
"process.env.PKG_VERSION": "2.58.0",
|
|
240
|
-
"process.env.DEVTOOLS_MARK": "nRnbuF2BlrrWZq4Nio6go"
|
|
241
|
-
},
|
|
242
|
-
"alias": {
|
|
243
|
-
"react": "/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/react-exp",
|
|
244
|
-
"react-dom": "/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/react-dom-exp"
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
"output": {
|
|
248
|
-
"distPath": {
|
|
249
|
-
"html": "static/html"
|
|
250
|
-
},
|
|
251
|
-
"assetPrefix": "/",
|
|
252
|
-
"disableInlineRuntimeChunk": true,
|
|
253
|
-
"disableSourceMap": true
|
|
254
|
-
},
|
|
255
|
-
"performance": {
|
|
256
|
-
"chunkSplit": {
|
|
257
|
-
"strategy": "split-by-experience",
|
|
258
|
-
"override": {
|
|
259
|
-
"cacheGroups": {
|
|
260
|
-
"components": {
|
|
261
|
-
"test": "[Circular test]",
|
|
262
|
-
"chunks": "all",
|
|
263
|
-
"name": "components",
|
|
264
|
-
"enforce": true,
|
|
265
|
-
"priority": 9999
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
},
|
|
271
|
-
"tools": {},
|
|
272
|
-
"plugins": [
|
|
273
|
-
"[Circular 0]"
|
|
274
|
-
]
|
|
275
|
-
},
|
|
276
|
-
"bff": {},
|
|
277
|
-
"testing": {},
|
|
278
|
-
"deploy": {}
|
|
279
|
-
}
|
|
1
|
+
[{"autoLoadPlugins":false,"source":"1","output":"2","server":"3","dev":"4","html":"5","tools":"6","plugins":"7","builderPlugins":"8","runtime":"9","runtimeByEntries":"10","performance":"11","_raw":"12","bff":"13","testing":"14","deploy":"15"},{"entries":"16","mainEntryName":"17","enableAsyncEntry":false,"enableCustomEntry":false,"disableDefaultEntries":false,"entriesDir":"18","configDir":"19","globalVars":"20","alias":"21","include":"22","preEntry":"23","define":"24"},{"distPath":"25","cleanDistPath":true,"disableNodePolyfill":true,"enableInlineRouteManifests":true,"disableInlineRouteManifests":false,"assetPrefix":"26","disableInlineRuntimeChunk":true,"disableSourceMap":true},{"baseUrl":"26","port":8080},{"port":8780,"assetPrefix":"27"},{"title":"28","mountId":"29","meta":"30"},{"tsChecker":"31","styledComponents":"32"},["33"],["34"],{"router":"35"},{},{"chunkSplit":"36"},{"runtime":"37","dev":"38","source":"39","output":"40","performance":"41","tools":"42","plugins":"43"},{},{},{},{"mount":"44"},"client","./src/entries","./config",{"process.env.MODERN_JS_VERSION":"45","process.env.IS_REACT18":"46","process.env.VERSION":"45","process.env.PKG_VERSION":"45","process.env.DEVTOOLS_MARK":"47"},{"@_modern_js_internal":"48","@_modern_js_src":"49","@":"49","@shared":"50","styled-components":"51","@modern-js/runtime/plugins":"52","@meta/runtime/browser":"53","@meta/runtime/react":"54","@meta/runtime/context":"55","@meta/runtime":"56","@modern-js/runtime-utils/node$":"57","react":"58","react-dom":"59"},["60","61","62","48"],["63","64"],{"__REACT_DEVTOOLS_GLOBAL_HOOK__":"65"},{"root":"66","html":"67","js":"68","css":"69","server":"70","worker":"71"},"/","http://localhost:8780","","root",{"charset":"72","viewport":"73","http-equiv":"74","renderer":"75","layoutmode":"76","imagemode":"77","wap-font-scale":"78","format-detection":"79"},{"issue":"80"},{"topLevelImportPaths":"81"},{"name":"82","post":"83","registerHook":"84","usePlugins":"85"},{"name":"86"},{"supportHtml5History":false},{"strategy":"87","override":"88"},{"router":"89"},{"port":8780,"assetPrefix":"27"},{"mainEntryName":"17","entriesDir":"18","entries":"90","preEntry":"23","define":"91","globalVars":"92","alias":"93"},{"distPath":"94","assetPrefix":"26","disableInlineRuntimeChunk":true,"disableSourceMap":true},{"chunkSplit":"95"},{},["33"],{"entry":"96","disableMount":true},"2.58.1","true","fnBmL2tblB24HI_-wCYrh","/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/.modern-js","/home/runner/work/modern.js/modern.js/packages/devtools/client/src","/home/runner/work/modern.js/modern.js/packages/devtools/client/shared","/home/runner/work/modern.js/modern.js/node_modules/.pnpm/styled-components@5.3.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js","/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/.modern-js/.runtime-exports/plugins.js","@modern-js/runtime/browser","@modern-js/runtime/react","@modern-js/runtime/context","@modern-js/runtime","/home/runner/work/modern.js/modern.js/packages/toolkit/runtime-utils/dist/cjs/node/index.js","/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/react-exp","/home/runner/work/modern.js/modern.js/packages/devtools/client/node_modules/react-dom-exp",{},{},{},"/home/runner/work/modern.js/modern.js/node_modules/.pnpm/modern-normalize@1.1.0/node_modules/modern-normalize/modern-normalize.css","/home/runner/work/modern.js/modern.js/node_modules/.pnpm/@radix-ui+themes@3.0.5_@types+react-dom@18.0.6_@types+react@18.0.21_react-dom@18.2.0_react@18.2.0/node_modules/@radix-ui/themes/styles.css",{"isDisabled":true},"dist","static/html","static/js","static/css","bundles","worker",{"charset":"97"},"width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no",{"http-equiv":"98","content":"99"},"webkit","standard","force","no","telephone=no",{"exclude":"100"},["101"],"@modern-js/app-tools",["102","103","104","105","106","107","108","109"],{"_internalRuntimePlugins":"110","modifyFileSystemRoutes":"111","modifyServerRoutes":"112","modifyEntrypoints":"113","checkEntryPoint":"114","generateEntryCode":"115","htmlPartials":"116","beforeGenerateRoutes":"117","addDefineTypes":"118","collectServerPlugins":"119","_internalServerPlugins":"120","beforeDev":"121","afterDev":"122","beforeCreateCompiler":"123","afterCreateCompiler":"124","beforePrintInstructions":"125","beforeBuild":"126","afterBuild":"127","beforeDeploy":"128","deploy":"129","afterDeploy":"130","beforeRestart":"131","registerDev":"132","beforeDevTask":"133","registerBuildPlatform":"134","beforeBuildPlatform":"135"},["136","137","138","139","140"],"@modern-js/builder-plugin-ssr","split-by-experience",{"cacheGroups":"141"},{"supportHtml5History":false},{"mount":"142"},{"__REACT_DEVTOOLS_GLOBAL_HOOK__":"143"},{"process.env.VERSION":"45","process.env.PKG_VERSION":"45","process.env.DEVTOOLS_MARK":"47"},{"react":"58","react-dom":"59"},{"html":"67"},{"strategy":"87","override":"144"},"./src/entries/mount/index.tsx","utf-8","x-ua-compatible","ie=edge",["145"],"@modern-js/runtime/styled","@modern-js/plugin-initialize","@modern-js/plugin-analyze","@modern-js/plugin-ssr","@modern-js/plugin-document","@modern-js/plugin-state","@modern-js/plugin-router","@modern-js/plugin-router-v5","@modern-js/plugin-polyfill",{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{"name":"102","post":"146"},{"name":"103","post":"147"},{"name":"148"},{"name":"149"},{"name":"150"},{"components":"151"},{"entry":"96","disableMount":true},{"isDisabled":true},{"cacheGroups":"152"},{"file":"153"},["104","105","106","107","108","109"],["56"],"@modern-js/server-build","@modern-js/plugin-lint","@modern-js/plugin-deploy",{"test":"154","chunks":"155","name":"156","enforce":true,"priority":9999},{"components":"157"},"**/api/lambda/**/*",{},"all","components",{"test":"154","chunks":"155","name":"156","enforce":true,"priority":9999}]
|
package/dist/public/sw-proxy.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var e={},t={};function r(s){var o=t[s];if(void 0!==o)return o.exports;var n=t[s]={exports:{}};return e[s](n,n.exports,r),n.exports}r.rv=function(){return"1.0.0-beta.
|
|
1
|
+
(()=>{"use strict";var e={},t={};function r(s){var o=t[s];if(void 0!==o)return o.exports;var n=t[s]={exports:{}};return e[s](n,n.exports,r),n.exports}r.rv=function(){return"1.0.0-beta.4"},r.ruid="bundler=rspack@1.0.0-beta.4";let s="2.58.1",o=new URL(location.href).searchParams.get("rules");if(!s)throw Error("[Modern.js DevTools] failed to load version");let n=o?JSON.parse(o):[],i="http://".concat(location.host,"/__devtools/service/unregister");self.addEventListener("install",e=>{console.log("[Modern.js DevTools] service worker installed with rules:",JSON.stringify(n,null,2)),e.waitUntil(self.skipWaiting())}),self.addEventListener("activate",e=>{console.log("[Modern.js DevTools] service worker activated, click to unregister: ".concat(i)),e.waitUntil(self.clients.claim())}),self.addEventListener("fetch",e=>{let t=new URL(e.request.url);if(t.host===location.host){if("/__devtools/service/status"===t.pathname){let t=new Response(JSON.stringify({href:location.href,rules:n,version:s},null,2));e.respondWith(t);return}if("/__devtools/service/unregister"===t.pathname){e.respondWith(Promise.resolve().then(async()=>{let e=await self.registration.unregister();return e&&(n.length=0),new Response(null,{status:e?200:500})}));return}}let r={};for(let{test:t,key:s,value:o}of(e.request.headers.forEach((e,t)=>{r[t]=e}),n))(void 0===t||t===e.request.url)&&(r[s]=o);let o=new Request(e.request,{headers:r});e.respondWith(fetch(o))})})();
|
|
@@ -8,31 +8,31 @@
|
|
|
8
8
|
"126",
|
|
9
9
|
"707",
|
|
10
10
|
"118",
|
|
11
|
-
"
|
|
12
|
-
"
|
|
11
|
+
"324",
|
|
12
|
+
"995",
|
|
13
13
|
"130",
|
|
14
14
|
"462"
|
|
15
15
|
],
|
|
16
16
|
"assets": [
|
|
17
|
-
"/static/js/builder-runtime.
|
|
18
|
-
"/static/js/components.
|
|
17
|
+
"/static/js/builder-runtime.fa818427.js",
|
|
18
|
+
"/static/js/components.d4cbe1c4.js",
|
|
19
19
|
"/static/css/components.41191267.css",
|
|
20
20
|
"/static/js/lib-react.0049ff32.js",
|
|
21
|
-
"/static/js/lib-polyfill.
|
|
21
|
+
"/static/js/lib-polyfill.04944fd7.js",
|
|
22
22
|
"/static/js/lib-lodash.8ad2ccf0.js",
|
|
23
23
|
"/static/js/lib-router.425f945d.js",
|
|
24
|
-
"/static/
|
|
25
|
-
"/static/
|
|
26
|
-
"/static/js/
|
|
27
|
-
"/static/css/
|
|
28
|
-
"/static/js/130.
|
|
24
|
+
"/static/css/324.861d0891.css",
|
|
25
|
+
"/static/js/324.f1f00e24.js",
|
|
26
|
+
"/static/js/995.2a85d331.js",
|
|
27
|
+
"/static/css/995.e744b37c.css",
|
|
28
|
+
"/static/js/130.e9fe135b.js",
|
|
29
29
|
"/static/css/client.d5e84e85.css",
|
|
30
|
-
"/static/js/client.
|
|
30
|
+
"/static/js/client.88d55458.js"
|
|
31
31
|
],
|
|
32
32
|
"referenceCssAssets": [
|
|
33
33
|
"/static/css/components.41191267.css",
|
|
34
|
-
"/static/css/
|
|
35
|
-
"/static/css/
|
|
34
|
+
"/static/css/324.861d0891.css",
|
|
35
|
+
"/static/css/995.e744b37c.css",
|
|
36
36
|
"/static/css/client.d5e84e85.css"
|
|
37
37
|
]
|
|
38
38
|
},
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"288"
|
|
44
44
|
],
|
|
45
45
|
"assets": [
|
|
46
|
-
"/static/js/components.
|
|
46
|
+
"/static/js/components.d4cbe1c4.js",
|
|
47
47
|
"/static/css/components.41191267.css",
|
|
48
48
|
"/static/js/async/474.a626e358.js",
|
|
49
|
-
"/static/js/async/client_config/(toolkit).(type)/page.
|
|
49
|
+
"/static/js/async/client_config/(toolkit).(type)/page.58295f9e.js"
|
|
50
50
|
],
|
|
51
51
|
"referenceCssAssets": [
|
|
52
52
|
"/static/css/components.41191267.css"
|
|
@@ -77,10 +77,10 @@
|
|
|
77
77
|
"958"
|
|
78
78
|
],
|
|
79
79
|
"assets": [
|
|
80
|
-
"/static/js/components.
|
|
80
|
+
"/static/js/components.d4cbe1c4.js",
|
|
81
81
|
"/static/css/components.41191267.css",
|
|
82
82
|
"/static/js/async/474.a626e358.js",
|
|
83
|
-
"/static/js/async/client_context/builder/page.
|
|
83
|
+
"/static/js/async/client_context/builder/page.ff155bd1.js"
|
|
84
84
|
],
|
|
85
85
|
"referenceCssAssets": [
|
|
86
86
|
"/static/css/components.41191267.css"
|
|
@@ -93,10 +93,10 @@
|
|
|
93
93
|
"818"
|
|
94
94
|
],
|
|
95
95
|
"assets": [
|
|
96
|
-
"/static/js/components.
|
|
96
|
+
"/static/js/components.d4cbe1c4.js",
|
|
97
97
|
"/static/css/components.41191267.css",
|
|
98
98
|
"/static/js/async/474.a626e358.js",
|
|
99
|
-
"/static/js/async/client_context/framework/page.
|
|
99
|
+
"/static/js/async/client_context/framework/page.d1293802.js"
|
|
100
100
|
],
|
|
101
101
|
"referenceCssAssets": [
|
|
102
102
|
"/static/css/components.41191267.css"
|
|
@@ -126,10 +126,10 @@
|
|
|
126
126
|
"488"
|
|
127
127
|
],
|
|
128
128
|
"assets": [
|
|
129
|
-
"/static/js/components.
|
|
129
|
+
"/static/js/components.d4cbe1c4.js",
|
|
130
130
|
"/static/css/components.41191267.css",
|
|
131
|
-
"/static/
|
|
132
|
-
"/static/
|
|
131
|
+
"/static/css/async/client_doctor/page.f1527f16.css",
|
|
132
|
+
"/static/js/async/client_doctor/page.bf9fec27.js"
|
|
133
133
|
],
|
|
134
134
|
"referenceCssAssets": [
|
|
135
135
|
"/static/css/components.41191267.css",
|
|
@@ -160,10 +160,10 @@
|
|
|
160
160
|
"730"
|
|
161
161
|
],
|
|
162
162
|
"assets": [
|
|
163
|
-
"/static/js/components.
|
|
163
|
+
"/static/js/components.d4cbe1c4.js",
|
|
164
164
|
"/static/css/components.41191267.css",
|
|
165
165
|
"/static/css/async/client_headers/editor/page.47215f0e.css",
|
|
166
|
-
"/static/js/async/client_headers/editor/page.
|
|
166
|
+
"/static/js/async/client_headers/editor/page.c918d965.js"
|
|
167
167
|
],
|
|
168
168
|
"referenceCssAssets": [
|
|
169
169
|
"/static/css/components.41191267.css",
|
|
@@ -212,10 +212,10 @@
|
|
|
212
212
|
"161"
|
|
213
213
|
],
|
|
214
214
|
"assets": [
|
|
215
|
-
"/static/js/components.
|
|
215
|
+
"/static/js/components.d4cbe1c4.js",
|
|
216
216
|
"/static/css/components.41191267.css",
|
|
217
217
|
"/static/css/async/client_overview/page.a2667b2a.css",
|
|
218
|
-
"/static/js/async/client_overview/page.
|
|
218
|
+
"/static/js/async/client_overview/page.12e213b3.js"
|
|
219
219
|
],
|
|
220
220
|
"referenceCssAssets": [
|
|
221
221
|
"/static/css/components.41191267.css",
|
|
@@ -246,10 +246,10 @@
|
|
|
246
246
|
"718"
|
|
247
247
|
],
|
|
248
248
|
"assets": [
|
|
249
|
-
"/static/js/components.
|
|
249
|
+
"/static/js/components.d4cbe1c4.js",
|
|
250
250
|
"/static/css/components.41191267.css",
|
|
251
|
-
"/static/
|
|
252
|
-
"/static/
|
|
251
|
+
"/static/js/async/client_pages/page.52e4b55c.js",
|
|
252
|
+
"/static/css/async/client_pages/page.1e9bbc9d.css"
|
|
253
253
|
],
|
|
254
254
|
"referenceCssAssets": [
|
|
255
255
|
"/static/css/components.41191267.css",
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
"752"
|
|
280
280
|
],
|
|
281
281
|
"assets": [
|
|
282
|
-
"/static/js/async/client_react/offscreen/page.
|
|
282
|
+
"/static/js/async/client_react/offscreen/page.cd0548da.js"
|
|
283
283
|
],
|
|
284
284
|
"referenceCssAssets": []
|
|
285
285
|
},
|
|
@@ -298,9 +298,9 @@
|
|
|
298
298
|
"244"
|
|
299
299
|
],
|
|
300
300
|
"assets": [
|
|
301
|
-
"/static/js/components.
|
|
301
|
+
"/static/js/components.d4cbe1c4.js",
|
|
302
302
|
"/static/css/components.41191267.css",
|
|
303
|
-
"/static/js/async/client_storage/preset/(id)/page.
|
|
303
|
+
"/static/js/async/client_storage/preset/(id)/page.e03b8590.js",
|
|
304
304
|
"/static/css/async/client_storage/preset/(id)/page.79a266f3.css"
|
|
305
305
|
],
|
|
306
306
|
"referenceCssAssets": [
|
|
@@ -314,9 +314,9 @@
|
|
|
314
314
|
"470"
|
|
315
315
|
],
|
|
316
316
|
"assets": [
|
|
317
|
-
"/static/js/components.
|
|
317
|
+
"/static/js/components.d4cbe1c4.js",
|
|
318
318
|
"/static/css/components.41191267.css",
|
|
319
|
-
"/static/js/async/client_storage/preset/layout.
|
|
319
|
+
"/static/js/async/client_storage/preset/layout.22c4ff65.js",
|
|
320
320
|
"/static/css/async/client_storage/preset/layout.d4eb2799.css"
|
|
321
321
|
],
|
|
322
322
|
"referenceCssAssets": [
|
|
@@ -330,10 +330,10 @@
|
|
|
330
330
|
"146"
|
|
331
331
|
],
|
|
332
332
|
"assets": [
|
|
333
|
-
"/static/js/components.
|
|
333
|
+
"/static/js/components.d4cbe1c4.js",
|
|
334
334
|
"/static/css/components.41191267.css",
|
|
335
335
|
"/static/css/async/client_storage/preset/page.d4eb2799.css",
|
|
336
|
-
"/static/js/async/client_storage/preset/page.
|
|
336
|
+
"/static/js/async/client_storage/preset/page.3a7155d7.js"
|
|
337
337
|
],
|
|
338
338
|
"referenceCssAssets": [
|
|
339
339
|
"/static/css/components.41191267.css",
|
|
@@ -347,28 +347,28 @@
|
|
|
347
347
|
"58",
|
|
348
348
|
"126",
|
|
349
349
|
"707",
|
|
350
|
-
"
|
|
350
|
+
"324",
|
|
351
351
|
"991",
|
|
352
352
|
"130",
|
|
353
353
|
"400"
|
|
354
354
|
],
|
|
355
355
|
"assets": [
|
|
356
|
-
"/static/js/builder-runtime.
|
|
357
|
-
"/static/js/components.
|
|
356
|
+
"/static/js/builder-runtime.fa818427.js",
|
|
357
|
+
"/static/js/components.d4cbe1c4.js",
|
|
358
358
|
"/static/css/components.41191267.css",
|
|
359
359
|
"/static/js/lib-react.0049ff32.js",
|
|
360
|
-
"/static/js/lib-polyfill.
|
|
360
|
+
"/static/js/lib-polyfill.04944fd7.js",
|
|
361
361
|
"/static/js/lib-lodash.8ad2ccf0.js",
|
|
362
|
-
"/static/
|
|
363
|
-
"/static/
|
|
362
|
+
"/static/css/324.861d0891.css",
|
|
363
|
+
"/static/js/324.f1f00e24.js",
|
|
364
364
|
"/static/js/991.3248741e.js",
|
|
365
|
-
"/static/js/130.
|
|
366
|
-
"/static/js/mount.
|
|
365
|
+
"/static/js/130.e9fe135b.js",
|
|
366
|
+
"/static/js/mount.049fbc82.js",
|
|
367
367
|
"/static/css/mount.8fe89093.css"
|
|
368
368
|
],
|
|
369
369
|
"referenceCssAssets": [
|
|
370
370
|
"/static/css/components.41191267.css",
|
|
371
|
-
"/static/css/
|
|
371
|
+
"/static/css/324.861d0891.css",
|
|
372
372
|
"/static/css/mount.8fe89093.css"
|
|
373
373
|
]
|
|
374
374
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<!doctype html><html><head><title></title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,viewport-fit=cover,minimum-scale=1,maximum-scale=1,user-scalable=no"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="renderer" content="webkit"><meta name="layoutmode" content="standard"><meta name="imagemode" content="force"><meta name="wap-font-scale" content="no"><meta name="format-detection" content="telephone=no"><script defer="defer" src="/static/js/builder-runtime.
|
|
1
|
+
<!doctype html><html><head><title></title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,viewport-fit=cover,minimum-scale=1,maximum-scale=1,user-scalable=no"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="renderer" content="webkit"><meta name="layoutmode" content="standard"><meta name="imagemode" content="force"><meta name="wap-font-scale" content="no"><meta name="format-detection" content="telephone=no"><script defer="defer" src="/static/js/builder-runtime.fa818427.js"></script><script >
|
|
2
2
|
;(function(){
|
|
3
|
-
window._MODERNJS_ROUTE_MANIFEST = {"routeAssets":{"client":{"chunkIds":["242","567","58","126","707","118","
|
|
3
|
+
window._MODERNJS_ROUTE_MANIFEST = {"routeAssets":{"client":{"chunkIds":["242","567","58","126","707","118","324","995","130","462"],"assets":["static/js/builder-runtime.fa818427.js","static/js/components.d4cbe1c4.js","static/css/components.41191267.css","static/js/lib-react.0049ff32.js","static/js/lib-polyfill.04944fd7.js","static/js/lib-lodash.8ad2ccf0.js","static/js/lib-router.425f945d.js","static/css/324.861d0891.css","static/js/324.f1f00e24.js","static/js/995.2a85d331.js","static/css/995.e744b37c.css","static/js/130.e9fe135b.js","static/css/client.d5e84e85.css","static/js/client.88d55458.js"],"referenceCssAssets":["static/css/components.41191267.css","static/css/324.861d0891.css","static/css/995.e744b37c.css","static/css/client.d5e84e85.css"]},"client_config/(toolkit).(type)/page":{"chunkIds":["567","474","288"],"assets":["static/js/components.d4cbe1c4.js","static/css/components.41191267.css","static/js/async/474.a626e358.js","static/js/async/client_config/(toolkit).(type)/page.58295f9e.js"],"referenceCssAssets":["static/css/components.41191267.css"]},"client_config/layout":{"chunkIds":["518"],"assets":["static/js/async/client_config/layout.139190d7.js"],"referenceCssAssets":[]},"client_config/page":{"chunkIds":["943"],"assets":["static/js/async/client_config/page.8c2e24d9.js"],"referenceCssAssets":[]},"client_context/builder/page":{"chunkIds":["567","474","958"],"assets":["static/js/components.d4cbe1c4.js","static/css/components.41191267.css","static/js/async/474.a626e358.js","static/js/async/client_context/builder/page.ff155bd1.js"],"referenceCssAssets":["static/css/components.41191267.css"]},"client_context/framework/page":{"chunkIds":["567","474","818"],"assets":["static/js/components.d4cbe1c4.js","static/css/components.41191267.css","static/js/async/474.a626e358.js","static/js/async/client_context/framework/page.d1293802.js"],"referenceCssAssets":["static/css/components.41191267.css"]},"client_context/layout":{"chunkIds":["504"],"assets":["static/js/async/client_context/layout.6dd7785a.js"],"referenceCssAssets":[]},"client_context/page":{"chunkIds":["361"],"assets":["static/js/async/client_context/page.e4b72889.js"],"referenceCssAssets":[]},"client_doctor/page":{"chunkIds":["567","488"],"assets":["static/js/components.d4cbe1c4.js","static/css/components.41191267.css","static/css/async/client_doctor/page.f1527f16.css","static/js/async/client_doctor/page.bf9fec27.js"],"referenceCssAssets":["static/css/components.41191267.css","static/css/async/client_doctor/page.f1527f16.css"]},"client_external/$":{"chunkIds":["158"],"assets":["static/js/async/client_external/$.9352fb0d.js"],"referenceCssAssets":[]},"client_external/layout":{"chunkIds":["744"],"assets":["static/js/async/client_external/layout.8666c196.js"],"referenceCssAssets":[]},"client_headers/editor/page":{"chunkIds":["567","730"],"assets":["static/js/components.d4cbe1c4.js","static/css/components.41191267.css","static/css/async/client_headers/editor/page.47215f0e.css","static/js/async/client_headers/editor/page.c918d965.js"],"referenceCssAssets":["static/css/components.41191267.css","static/css/async/client_headers/editor/page.47215f0e.css"]},"client_headers/layout":{"chunkIds":["925"],"assets":["static/js/async/client_headers/layout.51293428.js"],"referenceCssAssets":[]},"client_headers/page":{"chunkIds":["963"],"assets":["static/js/async/client_headers/page.9d807355.js"],"referenceCssAssets":[]},"client_headers/welcome/page":{"chunkIds":["860"],"assets":["static/js/async/client_headers/welcome/page.7fec5e79.js"],"referenceCssAssets":[]},"client_overview/layout":{"chunkIds":["988"],"assets":["static/js/async/client_overview/layout.e3c15e8c.js"],"referenceCssAssets":[]},"client_overview/page":{"chunkIds":["567","161"],"assets":["static/js/components.d4cbe1c4.js","static/css/components.41191267.css","static/css/async/client_overview/page.a2667b2a.css","static/js/async/client_overview/page.12e213b3.js"],"referenceCssAssets":["static/css/components.41191267.css","static/css/async/client_overview/page.a2667b2a.css"]},"client_page":{"chunkIds":["127"],"assets":["static/js/async/client_page.b804e22c.js"],"referenceCssAssets":[]},"client_pages/layout":{"chunkIds":["631"],"assets":["static/js/async/client_pages/layout.6a0806e4.js"],"referenceCssAssets":[]},"client_pages/page":{"chunkIds":["567","718"],"assets":["static/js/components.d4cbe1c4.js","static/css/components.41191267.css","static/js/async/client_pages/page.52e4b55c.js","static/css/async/client_pages/page.1e9bbc9d.css"],"referenceCssAssets":["static/css/components.41191267.css","static/css/async/client_pages/page.1e9bbc9d.css"]},"client_react/(tab)/layout":{"chunkIds":["299"],"assets":["static/js/async/client_react/(tab)/layout.bda655a6.js"],"referenceCssAssets":[]},"client_react/(tab)/page":{"chunkIds":["483"],"assets":["static/js/async/client_react/(tab)/page.5055e34d.js"],"referenceCssAssets":[]},"client_react/offscreen/page":{"chunkIds":["752"],"assets":["static/js/async/client_react/offscreen/page.cd0548da.js"],"referenceCssAssets":[]},"client_react/page":{"chunkIds":["945"],"assets":["static/js/async/client_react/page.959bc63c.js"],"referenceCssAssets":[]},"client_storage/preset/(id)/page":{"chunkIds":["567","244"],"assets":["static/js/components.d4cbe1c4.js","static/css/components.41191267.css","static/js/async/client_storage/preset/(id)/page.e03b8590.js","static/css/async/client_storage/preset/(id)/page.79a266f3.css"],"referenceCssAssets":["static/css/components.41191267.css","static/css/async/client_storage/preset/(id)/page.79a266f3.css"]},"client_storage/preset/layout":{"chunkIds":["567","470"],"assets":["static/js/components.d4cbe1c4.js","static/css/components.41191267.css","static/js/async/client_storage/preset/layout.22c4ff65.js","static/css/async/client_storage/preset/layout.d4eb2799.css"],"referenceCssAssets":["static/css/components.41191267.css","static/css/async/client_storage/preset/layout.d4eb2799.css"]},"client_storage/preset/page":{"chunkIds":["567","146"],"assets":["static/js/components.d4cbe1c4.js","static/css/components.41191267.css","static/css/async/client_storage/preset/page.d4eb2799.css","static/js/async/client_storage/preset/page.3a7155d7.js"],"referenceCssAssets":["static/css/components.41191267.css","static/css/async/client_storage/preset/page.d4eb2799.css"]}}};
|
|
4
4
|
})();
|
|
5
|
-
</script><script defer="defer" src="/static/js/components.
|
|
5
|
+
</script><script defer="defer" src="/static/js/components.d4cbe1c4.js"></script><script defer="defer" src="/static/js/lib-react.0049ff32.js"></script><script defer="defer" src="/static/js/lib-polyfill.04944fd7.js"></script><script defer="defer" src="/static/js/lib-lodash.8ad2ccf0.js"></script><script defer="defer" src="/static/js/lib-router.425f945d.js"></script><script defer="defer" src="/static/js/324.f1f00e24.js"></script><script defer="defer" src="/static/js/995.2a85d331.js"></script><script defer="defer" src="/static/js/130.e9fe135b.js"></script><script defer="defer" src="/static/js/client.88d55458.js"></script><link href="/static/css/components.41191267.css" rel="stylesheet"><link href="/static/css/324.861d0891.css" rel="stylesheet"><link href="/static/css/995.e744b37c.css" rel="stylesheet"><link href="/static/css/client.d5e84e85.css" rel="stylesheet"></head><body><div id="root"><!--<?- html ?>--></div><!--<?- chunksMap.js ?>--><!--<?- SSRDataScript ?>--></body></html>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<!doctype html><html><head><title></title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,viewport-fit=cover,minimum-scale=1,maximum-scale=1,user-scalable=no"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="renderer" content="webkit"><meta name="layoutmode" content="standard"><meta name="imagemode" content="force"><meta name="wap-font-scale" content="no"><meta name="format-detection" content="telephone=no"><script defer="defer" src="/static/js/builder-runtime.
|
|
1
|
+
<!doctype html><html><head><title></title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,viewport-fit=cover,minimum-scale=1,maximum-scale=1,user-scalable=no"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="renderer" content="webkit"><meta name="layoutmode" content="standard"><meta name="imagemode" content="force"><meta name="wap-font-scale" content="no"><meta name="format-detection" content="telephone=no"><script defer="defer" src="/static/js/builder-runtime.fa818427.js"></script><script >
|
|
2
2
|
;(function(){
|
|
3
|
-
window._MODERNJS_ROUTE_MANIFEST = {"routeAssets":{"mount":{"chunkIds":["242","567","58","126","707","
|
|
3
|
+
window._MODERNJS_ROUTE_MANIFEST = {"routeAssets":{"mount":{"chunkIds":["242","567","58","126","707","324","991","130","400"],"assets":["static/js/builder-runtime.fa818427.js","static/js/components.d4cbe1c4.js","static/css/components.41191267.css","static/js/lib-react.0049ff32.js","static/js/lib-polyfill.04944fd7.js","static/js/lib-lodash.8ad2ccf0.js","static/css/324.861d0891.css","static/js/324.f1f00e24.js","static/js/991.3248741e.js","static/js/130.e9fe135b.js","static/js/mount.049fbc82.js","static/css/mount.8fe89093.css"],"referenceCssAssets":["static/css/components.41191267.css","static/css/324.861d0891.css","static/css/mount.8fe89093.css"]}}};
|
|
4
4
|
})();
|
|
5
|
-
</script><script defer="defer" src="/static/js/components.
|
|
5
|
+
</script><script defer="defer" src="/static/js/components.d4cbe1c4.js"></script><script defer="defer" src="/static/js/lib-react.0049ff32.js"></script><script defer="defer" src="/static/js/lib-polyfill.04944fd7.js"></script><script defer="defer" src="/static/js/lib-lodash.8ad2ccf0.js"></script><script defer="defer" src="/static/js/324.f1f00e24.js"></script><script defer="defer" src="/static/js/991.3248741e.js"></script><script defer="defer" src="/static/js/130.e9fe135b.js"></script><script defer="defer" src="/static/js/mount.049fbc82.js"></script><link href="/static/css/components.41191267.css" rel="stylesheet"><link href="/static/css/324.861d0891.css" rel="stylesheet"><link href="/static/css/mount.8fe89093.css" rel="stylesheet"></head><body><div id="root"><!--<?- html ?>--></div><!--<?- chunksMap.js ?>--><!--<?- SSRDataScript ?>--></body></html>
|