Parcourir la source

2284 - Enable GK Graph debug (#2286)

* 2284 - Enable GK Graph debug

* Changed "inline-source-map" to "source-map"
main
ericf-axosoft il y a 2 ans
committed by GitHub
Parent
révision
64c9df5606
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      webpack.config.js

+ 2
- 2
webpack.config.js Voir le fichier

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

Chargement…
Annuler
Enregistrer