nickjj / manifest-revision-webpack-plugin

Write out a manifest file containing your versioned webpack chunks and assets.
ISC License
124 stars 40 forks source link

Fix file extension containing '?' postfix #21

Open serialx opened 8 years ago

serialx commented 8 years ago

When the chunkhash is contained after the file extension, this plugin incorrectly contains the hash in the chunkWithExtension variable.

This kind of usage is in the webpack react example: https://github.com/webpack/react-starter/blob/master/make-webpack-config.js#L57

This fixes and removes the ? postfix from the file extension.


This change is Reviewable