fix type definition (#2002)

This commit is contained in:
Eugenio Romano
2017-06-22 13:18:10 +02:00
committed by Eugenio Romano
parent 56179c2e88
commit beba80d8e8
50 changed files with 35356 additions and 143 deletions

View File

@@ -136,14 +136,15 @@ module.exports = {
new ForkTsCheckerWebpackPlugin(),
new HappyPack({
id: 'ts',
threads: 8,
threads: 2,
loaders: [
{
path: 'ts-loader',
query: {
happyPackMode: true,
"compilerOptions": {
"paths": {}
"paths": {
}
}
}
}
@@ -152,7 +153,7 @@ module.exports = {
new HappyPack({
id: 'css',
threads: 8,
threads: 2,
loaders: ['to-string-loader', 'css-loader' ]
}),