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
webpackOutputDirectory method should be deprecated and replaced by a new method frontendOutputDirectory.
To reduce the change impact, the frontendOutputDirectory method will be a default method, delegating to webpackOutputDirectory. However, Flow Maven and Gradle plugins will implement it explicitly.
Flow code base should be updated to use the new method.