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
This PR was merged into the master branch.
Discussion
----------
Add option to configure the CSS loader
Disabling the URL handler can be handy for importing legacy CSS.
Fixes#334
Commits
-------
64935f1 Add css-loader configuration callback
Uh oh!
There was an error while loading. Please reload this page.
The webpack css-loader has the ability to disable url handling by setting the following option to false:
https://github.com/webpack-contrib/css-loader#url
As far as I can see, Encore has no ability to pass this setting through Webpack. I would be nice to have this ability.
The text was updated successfully, but these errors were encountered: