Explorar el Código

2284 - Enable GK Graph debug (#2286)

* 2284 - Enable GK Graph debug

* Changed "inline-source-map" to "source-map"
main
ericf-axosoft hace 2 años
cometido por GitHub
padre
commit
64c9df5606
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      webpack.config.js

+ 2
- 2
webpack.config.js Ver fichero

@ -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: [

Cargando…
Cancelar
Guardar