Skip to content

Instantly share code, notes, and snippets.

@allanchua101
Created February 26, 2018 12:59
Show Gist options
  • Save allanchua101/53c5e14f85037394dc414af297d5d9da to your computer and use it in GitHub Desktop.
Save allanchua101/53c5e14f85037394dc414af297d5d9da to your computer and use it in GitHub Desktop.
CLI command for installing Webpack for development / debug environment
// Script for installing Webpack on your app folder
// This snippet installs webpack on the debug environment.
npm install webpack --save-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment