Skip to content

Instantly share code, notes, and snippets.

View imarcelolz's full-sized avatar
😃

Marcelo Zaniolo imarcelolz

😃
View GitHub Profile
@jarshwah
jarshwah / launch.json
Created April 23, 2017 11:28
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/",