symfony / webpack-encore

A simple but powerful API for processing & compiling assets built around Webpack
https://symfony.com/doc/current/frontend.html
MIT License
2.23k stars 198 forks source link

Warning on sass-loader 14 #1253

Closed garak closed 8 months ago

garak commented 8 months ago

With the latest version of webpack-encore (4.5.0) I get this warning:

WARNING Webpack Encore requires version ^13.0.0 of sass-loader. Your version 14.0.0 is too new. The related feature may still work properly. If you have issues, try downgrading the library, or upgrading Encore.

stof commented 8 months ago

See #1251