From e4fa278f59fae040e8fb31f072ace522560eb185 Mon Sep 17 00:00:00 2001 From: Mike Arpaia Date: Sat, 31 Dec 2016 01:41:01 -0700 Subject: [PATCH] Removing unused webpack aliases (#734) --- webpack.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index d1a1b79a49..08ccbe8d7a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -76,10 +76,6 @@ var config = { }, resolve: { extensions: ['', '.js', '.jsx', '.json'], - alias: { - '#app': path.join(repo, 'frontend'), - '#components': path.join(repo, 'frontend/components'), - }, root: [ path.resolve(path.join(repo, './frontend')) ]