Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 3206ca2

Browse files
committed
Update esm.sh build version
1 parent e24c2e3 commit 3206ca2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

server/config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
import { bold } from 'https://deno.land/[email protected]/fmt/colors.ts'
21
import { basename, join } from 'https://deno.land/[email protected]/path/mod.ts'
32
import type { ReactOptions } from '../compiler/mod.ts'
43
import { defaultReactVersion } from '../shared/constants.ts'
54
import { existsDir } from '../shared/fs.ts'
65
import log from '../shared/log.ts'
76
import util from '../shared/util.ts'
87
import type { BrowserName, Config, RequiredConfig as TRequiredConfig, ImportMap, PostCSSPlugin } from '../types.d.ts'
9-
import { VERSION } from '../version.ts'
108
import { getAlephPkgUri } from './helper.ts'
119

1210
export type RequiredConfig = TRequiredConfig & {
@@ -43,7 +41,7 @@ export function defaultConfig(): Readonly<RequiredConfig> {
4341
},
4442
react: {
4543
version: defaultReactVersion,
46-
esmShBuildVersion: 48,
44+
esmShBuildVersion: 52,
4745
}
4846
}
4947
}

0 commit comments

Comments
 (0)