Add config filepath to ts-loader in prod build

pull/10616/head
Andrew Watkins 2018-03-22 14:52:22 -07:00
parent 2fb577140f
commit e7840e84bb
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ const config = {
enforce: 'pre',
options: {
emitErrors: true,
configFile: path.resolve(__dirname, '..', 'tslint.json'),
},
},
{