diff options
-rw-r--r-- | vnext/src/views/index.html | 3 | ||||
-rw-r--r-- | vnext/webpack.config.js | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/vnext/src/views/index.html b/vnext/src/views/index.html index faf3a98a..2f4864dc 100644 --- a/vnext/src/views/index.html +++ b/vnext/src/views/index.html @@ -62,8 +62,9 @@ </a> </div> <div id="footer-left">juick.com © 2008-2018 + <br /> + <!-- EXT_FOOTER --> </div> - <!-- EXT_FOOTER --> </div> </body> diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index 4beeee35..4e55bbab 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -49,7 +49,7 @@ module.exports = { use: [ { loader: 'html-loader', - options: { minimize: true } + options: { minimize: false } } ] }, |