commit | 99fface296fa28a06cf394b7cb268d486231f2b5 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 21 15:37:23 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 21 15:38:11 2016 -0800 |
tree | 202da2f10de8b0719e3a63a763250b52330bab29 | |
parent | 266907e30749fd80806f42e23b9d18098442741e [diff] [blame] |
Styling favicon and login background Change-Id: I4067985daa063575ac371ba39dbdbeceff3eae50
diff --git a/conf/webpack.conf.js b/conf/webpack.conf.js index fac998b..7991b97 100644 --- a/conf/webpack.conf.js +++ b/conf/webpack.conf.js
@@ -42,7 +42,9 @@ { test: /.html$/, loaders: [ - 'html' + 'html?' + JSON.stringify({ + attrs: ["img:src", "img:ng-src"] + }) ] }, {