Skip to content

Commit

Permalink
2284 - Enable GK Graph debug (#2286)
Browse files Browse the repository at this point in the history
* 2284 - Enable GK Graph debug

* Changed "inline-source-map" to "source-map"
  • Loading branch information
ericf-axosoft committed Nov 2, 2022
1 parent 37feb18 commit 64c9df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Expand Up @@ -351,7 +351,7 @@ function getWebviewsConfig(mode, env) {
publicPath: '#{root}/dist/webviews/',
},
optimization: {
minimizer: [
minimizer: mode === 'production' ? [
new TerserPlugin(
env.esbuild
? {
Expand Down Expand Up @@ -396,7 +396,7 @@ function getWebviewsConfig(mode, env) {
],
},
}),
],
] : [],
},
module: {
rules: [
Expand Down

0 comments on commit 64c9df5

Please sign in to comment.