Skip to content

Instantly share code, notes, and snippets.

@Oaphi
Created February 5, 2021 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Oaphi/1f4331d2ce7171236d37cfb20d83a1cf to your computer and use it in GitHub Desktop.
Save Oaphi/1f4331d2ce7171236d37cfb20d83a1cf to your computer and use it in GitHub Desktop.
Webpack installation notes

Quick install for HTML-based projects:

npm install --save-dev 
  webpack \
  clean-webpack-plugin \
  css-minimizer-webpack-plugin \
  html-webpack-plugin \
  html-loader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment