Closed stoikerty closed 8 years ago
Looks good and this is a pretty big deal. Thanks for the contribution.
Awesome, thanks for merging that! You're welcome 😃 I was just about to add a reference to the Readme. Created a follow-up PR for it https://github.com/nickjj/manifest-revision-webpack-plugin/pull/20
@nickjj
Let me know when you've done the release so we can update our package.json
with the npm reference.
@stoikerty Just pushed v0.3
with it. It should be on npm (or within seconds).
That was wicked fast! thanks
Right now, if I have several files that are required within webpack using
file-loader
. Those are png's, svg's etc but they're not being included in the output manifest-file. To allow those files to be added to the manifest, I've added theextensionsRegex
-option to the constructor.Example:
Using this option, all assets are included appropriately in the resulting manifest-file for my particular case.
This PR might also solve Issue #12.