Skip to content

Instantly share code, notes, and snippets.

@juanpicado
Last active August 9, 2018 08:34
Show Gist options
  • Save juanpicado/6cf5b9d9dca4e101bf867293affb55f8 to your computer and use it in GitHub Desktop.
Save juanpicado/6cf5b9d9dca4e101bf867293affb55f8 to your computer and use it in GitHub Desktop.

Debugging webpack

"scripts" : {
  "debug:webpack": "node --inspect --inspect-brk ./node_modules/webpack/bin/webpack.js",
  "prod:debug": "npm run debug:webpack -- --mode production",
  "dev:debug": "npm run debug:webpack -- --mode development"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment