Set ts-loader to "silent" mode until there's a fix for https://github.com/TypeStrong/ts-loader/issues/249

This commit is contained in:
SteveSandersonMS
2016-07-18 16:54:52 +01:00
parent fae0a886af
commit f4afb25a2d
5 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ module.exports = merge({
module: {
loaders: [
{ test: /\.ts(x?)$/, include: /ClientApp/, loader: 'babel-loader' },
{ test: /\.ts(x?)$/, include: /ClientApp/, loader: 'ts-loader' }
{ test: /\.ts(x?)$/, include: /ClientApp/, loader: 'ts-loader?silent=true' }
]
},
entry: {