Add config filepath to ts-loader in prod build
parent
f666975989
commit
451d4a9885
|
@ -61,6 +61,7 @@ const config = {
|
|||
enforce: 'pre',
|
||||
options: {
|
||||
emitErrors: true,
|
||||
configFile: path.resolve(__dirname, '..', 'tslint.json'),
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue