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
I have a loader which loads normal css(non local css) with extensions with accepts ".styl".
Then I have a loader which does the same but with local css ".l.styl"
I have tried extensions: [ '.l.styl', 'l.styl' ] but did not work correctly.
There is a ignore function property, but how about an include property for the plugin?
The text was updated successfully, but these errors were encountered:
Another example benefiting an include option would be this react component: https://github.com/roylee0704/react-flexbox-grid
I would include only the correct regex to use local css, and the rest needs to be untouched, since they are supposed to load "normal" css files on the client side.
I have a loader which loads normal css(non local css) with extensions with accepts
".styl"
.Then I have a loader which does the same but with local css
".l.styl"
I have tried
extensions: [ '.l.styl', 'l.styl' ]
but did not work correctly.There is a ignore function property, but how about an include property for the plugin?
The text was updated successfully, but these errors were encountered: