Skip to content

Commit

Permalink
Update wds vscode task
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanseago committed Jan 8, 2019
1 parent 9d2669e commit fa199fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
}],
"background": {
"activeOnStart": true,
"beginsPattern": "^webpack: Compiling",
"endsPattern": "^webpack: (Compiled successfully|Failed to compile)"
"beginsPattern": "webpack: Compiling",
"endsPattern": "webpack: (Compiled successfully|Failed to compile)"
}
}
}]
Expand Down

0 comments on commit fa199fa

Please sign in to comment.