summaryrefslogtreecommitdiffstats
path: root/webapp/webpack.config.js
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-07-25 11:47:03 -0700
committerHarrison Healey <harrisonmhealey@gmail.com>2017-07-25 14:47:03 -0400
commitd49419776de0811732db59eae90c5c6da223f076 (patch)
tree1b684895f37c6f91e239d1f3930c28a652fbcac4 /webapp/webpack.config.js
parente5e450fc097c14110e942731018041cd1931aa25 (diff)
downloadchat-d49419776de0811732db59eae90c5c6da223f076.tar.gz
chat-d49419776de0811732db59eae90c5c6da223f076.tar.bz2
chat-d49419776de0811732db59eae90c5c6da223f076.zip
Refresh the emoji library (#7001)
* refresh the emoji library * fix img_trans.gif * compress sprite sheet * remove note on compression - webpack seems to handle compression decently * better emoji sheet preloading * requested changes
Diffstat (limited to 'webapp/webpack.config.js')
-rw-r--r--webapp/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/webpack.config.js b/webapp/webpack.config.js
index 16540d22d..e9de8dd82 100644
--- a/webapp/webpack.config.js
+++ b/webapp/webpack.config.js
@@ -318,6 +318,7 @@ if (TEST) {
config.plugins.push(
new CopyWebpackPlugin([
{from: 'images/emoji', to: 'emoji'},
+ {from: 'images/img_trans.gif', to: 'images'},
{from: 'images/logo-email.png', to: 'images'},
{from: 'images/circles.png', to: 'images'},
{from: 'images/favicon', to: 'images/favicon'},