Parcourir la source

Tries out ts-loader experimentalWatchApi

main
Eric Amodio il y a 5 ans
Parent
révision
bb2ac8ac65
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      webpack.config.js

+ 1
- 0
webpack.config.js Voir le fichier

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

Chargement…
Annuler
Enregistrer