Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Cache busting assets via [hash] or [chunkhash] rather than query parameter #24

Open
jeromelecomte-okta opened this issue Oct 26, 2017 · 0 comments

Comments

@jeromelecomte-okta
Copy link

As I understand, using a query parameter to cachebust assets (e.g. bootstrap.min.css?1337) is the Webpack 1 way. Webpack 2 switched to renaming assets files to include a hash via variable [hash] or [chunkhash] (e.g. 'boostrap.min.[chunkhash].css' becomes boostrap.min.1337.css).

Could you update this plugin to support the use of [hash] and [chunkhash] in the 'entry' field under 'externals'?

@mmiller42 mmiller42 self-assigned this Oct 26, 2017
@mmiller42 mmiller42 removed their assignment Feb 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants