From e7840e84bb952c0fde4257e3d7a7ee66dbdc0ef9 Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Thu, 22 Mar 2018 14:52:22 -0700 Subject: [PATCH] Add config filepath to ts-loader in prod build --- ui/webpack/prod.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/webpack/prod.config.js b/ui/webpack/prod.config.js index 38f76acf88..411ce8cee4 100644 --- a/ui/webpack/prod.config.js +++ b/ui/webpack/prod.config.js @@ -61,6 +61,7 @@ const config = { enforce: 'pre', options: { emitErrors: true, + configFile: path.resolve(__dirname, '..', 'tslint.json'), }, }, {