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
minor #11593 fix encore multiple configuration build paths (gseidel)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes#11593).
Discussion
----------
fix encore multiple configuration build paths
This PR fix two things:
- `%kernel.public_dir%` does not exists and `%kernel.project_dir%/public` is the correct path.
- As mentioned here symfony/webpack-encore#477, the multiple config will overwrite the `entrypoint.js`. The solution is to use two build directories, but this needs two different paths in the `webpack.config.js`.
Now someone can just copy&paste the code lines and it should work.
Commits
-------
81f9491 fix encore multiple configuration build paths
0 commit comments