ソースを参照

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',

読み込み中…
キャンセル
保存