Skip to content

Instantly share code, notes, and snippets.

@ssougnez
Last active June 9, 2018 16:35
Show Gist options
  • Save ssougnez/bd3f0c9becd48c3b0b41bc9d1a83a02c to your computer and use it in GitHub Desktop.
Save ssougnez/bd3f0c9becd48c3b0b41bc9d1a83a02c to your computer and use it in GitHub Desktop.
const HtmlWebpackPlugin = require("html-webpack-plugin");
module.exports = {
module: {
...
},
plugins: [
new HtmlWebpackPlugin({
template: './src/index.html'
})
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment