소스 검색

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
부모
커밋
64c9df5606
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      webpack.config.js

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

불러오는 중...
취소
저장