Skip to content

Module name instead of module Id in output #39

Description

@aaronte

Is there a way for the output json to have a map of module names to the file vs module ids as keys? Like the output of https://github.com/kossnocorp/assets-webpack-plugin?
i.e.

{
    a: 'a.[hash].js',
    b: 'b.[hash].js'
}

vs

{
    0: 'a.[hash].js',
    1: 'b.[hash].js'
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions