summaryrefslogtreecommitdiffstats
path: root/webapp/webpack.config.js
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-02-03 14:21:10 -0500
committerChristopher Speller <crspeller@gmail.com>2017-02-03 14:21:10 -0500
commit948b557453550646ad3213cb4144055eb7db0d69 (patch)
tree2d8637cda47be797ca02c0d73a82ef7d775e690a /webapp/webpack.config.js
parent9312469ad54cf2ff268a44e478b584549f62e2c4 (diff)
downloadchat-948b557453550646ad3213cb4144055eb7db0d69.tar.gz
chat-948b557453550646ad3213cb4144055eb7db0d69.tar.bz2
chat-948b557453550646ad3213cb4144055eb7db0d69.zip
Partially reverted 7e9cf13aa356f991f48ba0a943bdab9b4d3c9233 (#5295)
Diffstat (limited to 'webapp/webpack.config.js')
-rw-r--r--webapp/webpack.config.js1
1 files changed, 0 insertions, 1 deletions
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(