Class TaskNotifyWebpackConfExistenceWhileUsingVite

  • All Implemented Interfaces:
    FallibleCommand, Serializable

    public class TaskNotifyWebpackConfExistenceWhileUsingVite
    extends Object
    implements FallibleCommand, Serializable
    Notifies the user about the existence of webpack.config.js while the project is running Vite as the frontend build tool. This can be helpful especially when migrating to 23.2 and later since it prevent any confusion or any accidental misconfiguration in webpack related config files while using Vite.

    This task is only added to the list of executables for the application startup if Vite is the active frontend build tool.

    See Also:
    Serialized Form