소스 검색

Drops target to es2021 to avoid field init bugs

https://github.com/microsoft/TypeScript/issues/52331
main
Eric Amodio 1 년 전
부모
커밋
8a503a35d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      webpack.config.js

+ 1
- 1
webpack.config.js 파일 보기

@ -203,7 +203,7 @@ function getExtensionConfig(target, mode, env) {
loader: 'esbuild-loader',
options: {
implementation: esbuild,
target: ['es2022', 'chrome102', 'node16.14.2'],
target: ['es2021', 'chrome102', 'node16.14.2'],
tsconfig: path.join(
__dirname,
target === 'webworker' ? 'tsconfig.browser.json' : 'tsconfig.json',

불러오는 중...
취소
저장