Replace console view with proper ts

This commit is contained in:
Dane Everitt
2019-02-03 15:10:21 -08:00
parent d7ce62c047
commit 3e61bfdeaa
6 changed files with 194 additions and 185 deletions

View File

@@ -42,7 +42,7 @@ if (isProduction) {
// Don't let PurgeCSS remove classes ending with -enter or -leave-active
// They're used by Vue transitions and are therefore not specifically defined
// in any of the files are are checked by PurgeCSS.
whitelistPatterns: [/-enter$/, /-leave-active$/],
whitelistPatterns: [/^xterm/, /-enter$/, /-leave-active$/],
extractors: [
{
extractor: class {