Open serialx opened 8 years ago
When the chunkhash is contained after the file extension, this plugin incorrectly contains the hash in the chunkWithExtension variable.
chunkWithExtension
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
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