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
For the webpack_encore.entrypoint_lookup_collection service, we're currently NEVER passing the 2nd argument: $defaultBuildName. In WebpackEncoreExtension, we should set this argument to _default inside this if statement:
…k91)
This PR was merged into the master branch.
Discussion
----------
Autowire defaultBuild argument when it is not disabled
Closes#70
Commits
-------
6dd09de Autowire defaultBuild argument when it is not disabled
For the
webpack_encore.entrypoint_lookup_collection
service, we're currently NEVER passing the 2nd argument:$defaultBuildName
. InWebpackEncoreExtension
, we should set this argument to_default
inside this if statement:webpack-encore-bundle/src/DependencyInjection/WebpackEncoreExtension.php
Lines 39 to 42 in 767a215
The text was updated successfully, but these errors were encountered: