Skip to content

Instantly share code, notes, and snippets.

@Uzwername
Created August 23, 2020 19:19
Show Gist options
  • Save Uzwername/3d1a054658e33e671c2c9cc1296a6a2f to your computer and use it in GitHub Desktop.
Save Uzwername/3d1a054658e33e671c2c9cc1296a6a2f to your computer and use it in GitHub Desktop.
HtmlWebpackPlugin - Bonus, step 1
module: {
rules: [
{
test: /\.(png|jpe?g|gif)$/i,
loader: 'file-loader'
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment