shellscape / webpack-manifest-plugin

webpack plugin for generating asset manifests
MIT License
1.44k stars 185 forks source link

Check module has user request #117

Closed WearyMonkey closed 6 years ago

WearyMonkey commented 6 years ago

Not all modules have the userRequest. Specifically modules generated by the webpack.optimize.ModuleConcatenationPlugin.

This PR prevents an error being thrown when using webpack.optimize.ModuleConcatenationPlugin.

mastilver commented 6 years ago

Hi @WearyMonkey

Sorry for the delay. Would you mind adding some test please :)