swapped step2-01 to TS focused, and moved onto latest OUFR to take stack from there

This commit is contained in:
Ken
2019-02-15 12:55:21 -08:00
parent c1cac333d8
commit 8e353543d4
28 changed files with 142 additions and 461 deletions

View File

@@ -37,7 +37,7 @@ module.exports = Object.keys(entries).map(entryPoint => {
}),
new ForkTsCheckerWebpackPlugin({
silent: true,
async: false
useTypescriptIncrementalApi: true
})
],
resolve: {