From feea15b5878edd01935c2bde8d8e472441489dd4 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 30 Aug 2017 15:04:30 +0300 Subject: www: autocomplete tags in message form --- juick-www/webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'juick-www/webpack.config.js') 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: { -- cgit v1.2.3