Fixed broken toast
This commit is contained in:
parent
a63abca038
commit
f07a61bd55
|
@ -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/]
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue