use xmlEscape instead of escape-html for extensions

This commit is contained in:
Christopher Willis-Ford 2019-04-17 16:40:21 -07:00
parent cc75154f9a
commit a308b1e02f
4 changed files with 5 additions and 6 deletions

View file

@ -72,7 +72,6 @@ module.exports = [
},
externals: {
'decode-html': true,
'escape-html': true,
'format-message': true,
'htmlparser2': true,
'immutable': true,