mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Replace console view with proper ts
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user