소스 검색

Removes unneeded ignores

main
Eric Amodio 2 년 전
부모
커밋
b9b39a7407
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      webpack.config.js

+ 0
- 2
webpack.config.js 파일 보기

@ -124,7 +124,6 @@ function getExtensionConfig(target, mode, env) {
terserOptions: {
// @ts-ignore
drop: ['debugger'],
// @ts-ignore
format: 'cjs',
minify: true,
treeShaking: true,
@ -139,7 +138,6 @@ function getExtensionConfig(target, mode, env) {
},
extractComments: false,
parallel: true,
// @ts-ignore
terserOptions: {
ecma: 2020,
// Keep the class names otherwise @log won't provide a useful name

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