Skip to content

Instantly share code, notes, and snippets.

@lahbib
lahbib / launch.json
Created August 2, 2019 09:19 — forked from jarshwah/launch.json
Webpack Source Maps with vscode debugging
// debug config for running project under vscode debugger
{
"version": "0.2.0",
"configurations": [
{
"trace": true,
"name": "Chrome Debug",
"type": "chrome",
"request": "launch",
"url": "http://localhost:8000/",