소스 검색

Tries out ts-loader experimentalWatchApi

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

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

@ -99,6 +99,7 @@ function getExtensionConfig(env) {
use: {
loader: 'ts-loader',
options: {
experimentalWatchApi: true,
transpileOnly: true
}
}

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