shellscape / webpack-manifest-plugin

webpack plugin for generating asset manifests
MIT License
1.43k stars 186 forks source link

feat: fallback to asset.info.sourceFilename #227

Closed NovaLagnus closed 3 years ago

NovaLagnus commented 3 years ago

This PR contains:

Are tests included?

Breaking Changes?

If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers:

Description

In response to and support of: Docs(api): add asset info for sourceFilename and javascriptModule #4116 feat: added sourceFilename with original file to asset info

Easing: Allow adding metadata to info #538

shellscape commented 3 years ago

thanks!