瀏覽代碼

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
}
}

Loading…
取消
儲存