Kaynağa Gözat
2284 - Enable GK Graph debug (#2286)
* 2284 - Enable GK Graph debug
* Changed "inline-source-map" to "source-map"
main
ericf-axosoft
2 yıl önce
işlemeyi yapan:
GitHub
ebeveyn
işleme
64c9df5606
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
2 ekleme ve
2 silme
-
webpack.config.js
|
|
@ -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: [ |
|
|
|