Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

compilationSuccessInfo.message not show #122

@HomyeeKing

Description

@HomyeeKing
 new FriendlyErrorsWebpackPlugin({
            compilationSuccessInfo: {
                messages: [`You application is running here http://localhost:${config.dev.port}`],
            },
        })

image

the console didn't console any message, but if I add a notes:

 new FriendlyErrorsWebpackPlugin({
            compilationSuccessInfo: {
                messages: [`You application is running here http://localhost:${config.dev.port}`],
    ++        notes: ['Some additionnal notes to be displayed unpon successful compilation']
            },
        })

image

plus, I checked the source coed,

 compilationSuccessInfo?: {
            messages: string[],
            notes: string[],
        };

so I have to give both the params?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions