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 #399 Add a warning if webpack was also added as a [dev-]dependency by the user (Lyrkan)
This PR was merged into the master branch.
Discussion
----------
Add a warning if webpack was also added as a [dev-]dependency by the user
This PR adds a warning message when running Encore in a project that also requires `webpack` as a dev-dependency/dependency, which is not needed and can cause various issues (multiple versions for instance).

Commits
-------
5a8483d Add a warning if webpack was also added as a dependency by the user
0 commit comments