aboutsummaryrefslogtreecommitdiff
path: root/juick-www/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-08-30 15:04:30 +0300
committerGravatar Vitaly Takmazov2017-08-30 15:04:30 +0300
commitfeea15b5878edd01935c2bde8d8e472441489dd4 (patch)
tree3fcc7fdde270adc798301bdf3faecfda74ec5ea5 /juick-www/webpack.config.js
parentde6fda08ea1dfe5583916947ded216dea9cfd056 (diff)
www: autocomplete tags in message form
Diffstat (limited to 'juick-www/webpack.config.js')
-rw-r--r--juick-www/webpack.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/juick-www/webpack.config.js b/juick-www/webpack.config.js
index dc0373fe..54c9114d 100644
--- a/juick-www/webpack.config.js
+++ b/juick-www/webpack.config.js
@@ -12,7 +12,8 @@ module.exports = {
],
"style" : [
__dirname + "/src/main/static/style.css",
- require.resolve('evil-icons/assets/evil-icons.css')
+ require.resolve('evil-icons/assets/evil-icons.css'),
+ require.resolve('awesomplete/awesomplete.css')
]
},
output: {