File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ export interface Config {
40
40
outputDir ?: string
41
41
/** `baseUrl` specifies the path prefix for the application (default is '/'). */
42
42
baseUrl ?: string
43
- /** `reactUrl` specifies the **react** download URL (default is 'https://esm.sh/react@16.14.0 '). */
43
+ /** `reactUrl` specifies the **react** download URL (default is 'https://esm.sh/react@17.0.1 '). */
44
44
reactUrl ?: string
45
- /** `reactDomUrl` specifies the **react-dom** download URL (default is 'https://esm.sh/react-dom@16.14.0 '). */
45
+ /** `reactDomUrl` specifies the **react-dom** download URL (default is 'https://esm.sh/react-dom@17.0.1 '). */
46
46
reactDomUrl ?: string
47
47
/** `defaultLocale` specifies the default locale of the application (default is '**en**'). */
48
48
defaultLocale ?: string
You can’t perform that action at this time.
0 commit comments