Przeglądaj źródła

Back again to es2021 for webviews

Causes issues for Lit, etc
main
Eric Amodio 1 rok temu
rodzic
commit
8a15e8ef11
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      webpack.config.js

+ 1
- 1
webpack.config.js Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz