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 #10362 [Encore] unify the name of app file (gregurco)
This PR was merged into the 3.4 branch.
Discussion
----------
[Encore] unify the name of app file
Hello.
I found 2 problems related to app file in WebPack config:
1) Relative path was not used in one place (`'assets/js/app.js'` instead of `'./assets/js/app.js'`) - what caused an error in my case.
2) In some cases there was `main.js` instead of `app.js`, but everywhere in text I found references only to `app.js` file. I guess it should be unified.
Commits
-------
9c65752 [Encore] unify the name of app file
0 commit comments