Ver código fonte

2284 - Enable GK Graph debug (#2286)

* 2284 - Enable GK Graph debug

* Changed "inline-source-map" to "source-map"
main
ericf-axosoft 2 anos atrás
committed by GitHub
pai
commit
64c9df5606
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      webpack.config.js

+ 2
- 2
webpack.config.js Ver arquivo

@ -351,7 +351,7 @@ function getWebviewsConfig(mode, env) {
publicPath: '#{root}/dist/webviews/',
},
optimization: {
minimizer: [
minimizer: mode === 'production' ? [
new TerserPlugin(
env.esbuild
? {
@ -396,7 +396,7 @@ function getWebviewsConfig(mode, env) {
],
},
}),
],
] : [],
},
module: {
rules: [

Carregando…
Cancelar
Salvar