@modern-js/main-doc 2.63.3-alpha.0 → 2.63.3
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.
|
@@ -4,7 +4,7 @@ sidebar_position: 1
|
|
|
4
4
|
---
|
|
5
5
|
# App.[tj]sx
|
|
6
6
|
|
|
7
|
-
The identifier for the entry points when the application uses [Self-controlled Routing](/guides/
|
|
7
|
+
The identifier for the entry points when the application uses [Self-controlled Routing](/guides/concept/entries.html#self-controlled-routing).
|
|
8
8
|
|
|
9
9
|
`App.[tj]sx` is not the actual entry. Modern.js will generate the real entry for application. The content is roughly as follows:
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -15,13 +15,14 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.63.3
|
|
18
|
+
"version": "2.63.3",
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"registry": "https://registry.npmjs.org/",
|
|
21
|
-
"access": "public"
|
|
21
|
+
"access": "public",
|
|
22
|
+
"provenance": true
|
|
22
23
|
},
|
|
23
24
|
"dependencies": {
|
|
24
|
-
"@modern-js/sandpack-react": "2.63.
|
|
25
|
+
"@modern-js/sandpack-react": "2.63.3"
|
|
25
26
|
},
|
|
26
27
|
"devDependencies": {
|
|
27
28
|
"@rspress/shared": "1.35.4",
|