diff options
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 } } ] }, |