Skip to content

Instantly share code, notes, and snippets.

@serjKim
Created August 19, 2019 13:00
Show Gist options
  • Save serjKim/5f6de83f4de0c8797e1c29be5e5cb298 to your computer and use it in GitHub Desktop.
Save serjKim/5f6de83f4de0c8797e1c29be5e5cb298 to your computer and use it in GitHub Desktop.
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Webpack",
"program": "${workspaceFolder}/node_modules/webpack/bin/webpack.js",
"args": [
"--progress",
"--mode=development"
]
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment