aboutsummaryrefslogtreecommitdiff
path: root/juick-www/webpack.config.js
diff options
context:
space:
mode:
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: {