Bläddra i källkod

Back again to es2021 for webviews

Causes issues for Lit, etc
main
Eric Amodio 2 år sedan
förälder
incheckning
8a15e8ef11
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      webpack.config.js

+ 1
- 1
webpack.config.js Visa fil

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

Laddar…
Avbryt
Spara