Fixed broken toast

This commit is contained in:
Eliot Berriot 2020-02-25 16:50:08 +01:00
parent a63abca038
commit f07a61bd55
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ plugins.push(
path.join(__dirname, './src/**/*.js') path.join(__dirname, './src/**/*.js')
]), ]),
whitelist: ['scale'], whitelist: ['scale'],
whitelistPatterns:[/plyr/], whitelistPatterns: [/plyr/, /toast/],
whitelistPatternsChildren: [/plyr/, /dropdown/, /upward/] whitelistPatternsChildren: [/plyr/, /dropdown/, /upward/]
}), }),
) )