[CORD-2188] Updated build to accomodate multi-stage build

Change-Id: Iff6b926acd125b6a960d6c6b5996cbe4c55e3f90
diff --git a/conf/webpack-dist.conf.js b/conf/webpack-dist.conf.js
index c870043..5f924fb 100755
--- a/conf/webpack-dist.conf.js
+++ b/conf/webpack-dist.conf.js
@@ -105,7 +105,10 @@
       '.web.js',
       '.js',
       '.ts'
-    ]
+    ],
+    alias: {
+      "ngprogress": path.resolve(__dirname, '../node_modules/ngprogress/build/ngProgress.js')
+    }
   },
   entry: {
     app: `./${conf.path.src('index')}`,