You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Special Pages gives us a single place to implement isolated HTML/CSS/Javascript projects that can be loaded into a web context that has privileged access to API.
4
+
5
+
-`packages/special-pages/pages/example`
6
+
-`packages/special-pages/pages/duckplayer`
7
+
8
+
Would translate into the following build output
9
+
10
+
-`build/apple/pages/example`
11
+
-`build/apple/pages/duckplayer`
12
+
-`build/windows/pages/example`
13
+
-`build/windows/pages/duckplayer`
14
+
15
+
This allows each respective platform to configure their integrations to use the known page.
0 commit comments