aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-08-24 12:52:58 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit3742035e95c3302943106150c518960824836936 (patch)
tree3f452c0aff8a2e19def80ace6958c7133c8b89b1 /vnext
parent2042567217b7dcd558f2882658bec1f9c28f557c (diff)
Fix ext footer placement
Diffstat (limited to 'vnext')
-rw-r--r--vnext/src/views/index.html3
-rw-r--r--vnext/webpack.config.js2
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 &copy; 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 }
}
]
},