diff options
author | Vitaly Takmazov | 2018-08-24 12:52:58 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 3742035e95c3302943106150c518960824836936 (patch) | |
tree | 3f452c0aff8a2e19def80ace6958c7133c8b89b1 /vnext/webpack.config.js | |
parent | 2042567217b7dcd558f2882658bec1f9c28f557c (diff) |
Fix ext footer placement
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r-- | vnext/webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } ] }, |