Skip to content

Commit 981eeaa

Browse files
tonyjmartinezsapegin
authored andcommitted
Fix: Disable HTML minification (styleguidist#1402)
Fixes styleguidist#1189
1 parent 7e5bb81 commit 981eeaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scripts/make-webpack-config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ module.exports = function(config, env) {
2727
context: Object.assign({}, templateContext, {
2828
title: config.title,
2929
container: config.mountPointId,
30-
trimWhitespace: true,
3130
}),
3231
template,
3332
};

0 commit comments

Comments
 (0)