Browse Source

Tries out ts-loader experimentalWatchApi

main
Eric Amodio 5 years ago
parent
commit
bb2ac8ac65
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      webpack.config.js

+ 1
- 0
webpack.config.js View File

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

Loading…
Cancel
Save