Add config filepath to ts-loader in prod build

pull/3037/head
Andrew Watkins 2018-03-22 14:52:22 -07:00
parent f666975989
commit 451d4a9885
1 changed files with 1 additions and 0 deletions

View File

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