mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 02:57:31 +00:00
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:
@@ -11,7 +11,7 @@ module.exports = merge({
|
||||
},
|
||||
module: {
|
||||
loaders: [
|
||||
{ test: /\.ts(x?)$/, include: /ClientApp/, loader: 'ts-loader' },
|
||||
{ test: /\.ts(x?)$/, include: /ClientApp/, loader: 'ts-loader?silent=true' },
|
||||
{ test: /\.html$/, loader: 'raw-loader' }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user