You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2020. It is now read-only.
It works well but I have some selectors exceptions like that one: .theme-slider.slick-arrow.icon-arrow-left or [class^="icon-"].slick-arrow.theme-slider or [class*=" icon-"].slick-arrow.theme-slider
By adding theme-slider is solved my problem but I want to understand the trouble to avoid to adding a maximum of selectors.
I'm working with webpack@3.12.0 and symfony/webpack-encore@0.20.0.
Tks !!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I have some troubles with whitelistPatterns option.
I want to whitelist all selectors containing a specific word
slick
so here is my configuration :It works well but I have some selectors exceptions like that one:
.theme-slider.slick-arrow.icon-arrow-left
or[class^="icon-"].slick-arrow.theme-slider
or[class*=" icon-"].slick-arrow.theme-slider
By adding
theme-slider
is solved my problem but I want to understand the trouble to avoid to adding a maximum of selectors.I'm working with webpack@3.12.0 and symfony/webpack-encore@0.20.0.
Tks !!
The text was updated successfully, but these errors were encountered: