Created
February 26, 2018 12:59
-
-
Save allanchua101/53c5e14f85037394dc414af297d5d9da to your computer and use it in GitHub Desktop.
CLI command for installing Webpack for development / debug environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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