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