Skip to content

Instantly share code, notes, and snippets.

@Uzwername
Created August 23, 2020 18:03
Show Gist options
  • Save Uzwername/6bcf9ef66427dd2b9dd6b66ebff458d7 to your computer and use it in GitHub Desktop.
Save Uzwername/6bcf9ef66427dd2b9dd6b66ebff458d7 to your computer and use it in GitHub Desktop.
HtmlWebpackPlugin - config step 1
plugins: [
new HtmlWebpackPlugin({
inject: false
})
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment