Skip to content

Instantly share code, notes, and snippets.

@b-tiwari
Created May 6, 2017 06:21
Show Gist options
  • Save b-tiwari/92bc4d782212e8bc62f5e663934152ad to your computer and use it in GitHub Desktop.
Save b-tiwari/92bc4d782212e8bc62f5e663934152ad to your computer and use it in GitHub Desktop.
webpack.config.js
...
...
plugins: [
new HtmlWebpackPlugin({
hash: true,
title: 'My Awesome application',
myPageHeader: 'Hello World',
template: './src/index.html',
filename: './dist/index.html' //relative to root of the application
})
]
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment