ソースを参照

Back again to es2021 for webviews

Causes issues for Lit, etc
main
Eric Amodio 2年前
コミット
8a15e8ef11
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      webpack.config.js

+ 1
- 1
webpack.config.js ファイルの表示

@ -422,7 +422,7 @@ function getWebviewsConfig(mode, env) {
loader: 'esbuild-loader',
options: {
implementation: esbuild,
target: 'es2022',
target: 'es2021',
tsconfig: path.join(basePath, 'tsconfig.json'),
},
}

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