Skip to content

Instantly share code, notes, and snippets.

@sudarshang
Created May 10, 2018 16:14
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 sudarshang/729121e53a9335d6f895583557232f76 to your computer and use it in GitHub Desktop.
Save sudarshang/729121e53a9335d6f895583557232f76 to your computer and use it in GitHub Desktop.
"scripts": {
"debug": "node --inspect --inspect-brk ./node_modules/webpack/bin/webpack.js",
"prod:debug": "npm run debug -- --env.mode production",
"dev:debug": "npm run debug -- --env.mode development"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment