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.
Hello,
I have some troubles with whitelistPatterns option.
I want to whitelist all selectors containing a specific word
slickso here is my configuration :It works well but I have some selectors exceptions like that one:
.theme-slider.slick-arrow.icon-arrow-leftor[class^="icon-"].slick-arrow.theme-slideror[class*=" icon-"].slick-arrow.theme-sliderBy adding
theme-slideris 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 !!