Browse Source

2284 - Enable GK Graph debug (#2286)

* 2284 - Enable GK Graph debug

* Changed "inline-source-map" to "source-map"
main
ericf-axosoft 2 years ago
committed by GitHub
parent
commit
64c9df5606
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      webpack.config.js

+ 2
- 2
webpack.config.js View File

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

Loading…
Cancel
Save