ソースを参照

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

読み込み中…
キャンセル
保存