Function WebpackPluginsFactory

  • This function allows you to simplify client side Webpack configuration for Apps/Parcels that work with ILC. It's main features:

    Parameters

    Returns {
        client: any[];
        server: any[];
    }

    • client: any[]
    • server: any[]

Generated using TypeDoc