From 3742035e95c3302943106150c518960824836936 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 24 Aug 2018 12:52:58 +0300 Subject: Fix ext footer placement --- vnext/src/views/index.html | 3 ++- vnext/webpack.config.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'vnext') 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 @@ - 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 } } ] }, -- cgit v1.2.3