From 8a15e8ef119a72569b63d1ea33dd3335f0e173a0 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 10 Feb 2023 15:07:49 -0500 Subject: [PATCH] Back again to es2021 for webviews Causes issues for Lit, etc --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index d500846..8ba3813 100644 --- a/webpack.config.js +++ b/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'), }, }