Skip to content

Instantly share code, notes, and snippets.

@schalkneethling
Created January 23, 2019 17:55
Show Gist options
  • Save schalkneethling/48fa4f2ba22b2fa1bcfde0dffee83c95 to your computer and use it in GitHub Desktop.
Save schalkneethling/48fa4f2ba22b2fa1bcfde0dffee83c95 to your computer and use it in GitHub Desktop.
Hashed file output with Webpack
module.exports = () => ({
output: {
filename: "[chunkhash].js"
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment