Explorar el Código

Back again to es2021 for webviews

Causes issues for Lit, etc
main
Eric Amodio hace 1 año
padre
commit
8a15e8ef11
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      webpack.config.js

+ 1
- 1
webpack.config.js Ver fichero

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

Cargando…
Cancelar
Guardar