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
Encore configuration has an option to add style entries via Encore.addStyleEntry('style-entry', './src/Resources/assets/scss/style.scss'). Could be implemented so bundles so some unnecessary js files could be avoided.
Encore configuration has an option to add style entries via
Encore.addStyleEntry('style-entry', './src/Resources/assets/scss/style.scss')
. Could be implemented so bundles so some unnecessary js files could be avoided.Documentation:
https://symfony.com/doc/current/frontend/encore/simple-example.html#compiling-only-a-css-file
The text was updated successfully, but these errors were encountered: