소스 검색
2284 - Enable GK Graph debug (#2286)
* 2284 - Enable GK Graph debug
* Changed "inline-source-map" to "source-map"
main
ericf-axosoft
2 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
2개의 추가작업 그리고
2개의 파일을 삭제
-
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: [ |
|
|
|