Skip to content

Instantly share code, notes, and snippets.

@b-tiwari
Created May 6, 2017 01:23
Show Gist options
  • Save b-tiwari/82a5c4c67a41a2b4f4a07fd0c0b466c8 to your computer and use it in GitHub Desktop.
Save b-tiwari/82a5c4c67a41a2b4f4a07fd0c0b466c8 to your computer and use it in GitHub Desktop.
learn-webpack2/package.json
{
"name": "learn-webpack2",
"version": "1.0.0",
"description": "learn webpack2",
"main": "index.js",
"scripts": {
"start": "webpack ./src/scripts/app.js ./dist/app.bundle.js"
},
"author": "Bharat Tiwari",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment