Skip to content

Commit 51490c6

Browse files
author
Guillaume Chau
committed
fix: ansi up shouldn't escape HTML, closes vuejs#2187
1 parent de290d8 commit 51490c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@vue/cli-ui/src/util/ansi-colors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import AU from 'ansi_up'
22

33
const ansiUp = new AU()
44
ansiUp.use_classes = true
5+
ansiUp.escape_for_html = false
56

67
export default {
78
install (Vue) {

0 commit comments

Comments
 (0)