Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module name instead of module Id in output #39

Open
aaronte opened this issue Jun 23, 2017 · 1 comment
Open

Module name instead of module Id in output #39

aaronte opened this issue Jun 23, 2017 · 1 comment

Comments

@aaronte
Copy link

aaronte commented Jun 23, 2017

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'
}
@rileylnapier
Copy link

i would like to know this too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants