From 948b557453550646ad3213cb4144055eb7db0d69 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 3 Feb 2017 14:21:10 -0500 Subject: Partially reverted 7e9cf13aa356f991f48ba0a943bdab9b4d3c9233 (#5295) --- webapp/webpack.config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'webapp/webpack.config.js') diff --git a/webapp/webpack.config.js b/webapp/webpack.config.js index ecd2230c4..f1742e3ae 100644 --- a/webapp/webpack.config.js +++ b/webapp/webpack.config.js @@ -159,7 +159,6 @@ if (TEST) { config.entry = ['babel-polyfill', './root.jsx']; config.target = 'node'; config.externals = [nodeExternals()]; - config.resolve.alias['./client/web_client.jsx'] = path.resolve(__dirname, 'client/test_web_client.jsx'); } else { // For some reason these break mocha. So they go here. config.plugins.push( -- cgit v1.2.3-1-g7c22