Browse Source

Adds explicit targets

main
Eric Amodio 3 years ago
parent
commit
4ae8d3e43f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      webpack.config.js

+ 1
- 1
webpack.config.js View File

@ -161,7 +161,7 @@ function getExtensionConfig(target, mode, env) {
options: {
implementation: esbuild,
loader: 'ts',
target: 'es2020',
target: ['es2020', 'chrome91', 'node14.16'],
tsconfigRaw: resolveTSConfig(
path.join(
__dirname,

Loading…
Cancel
Save