Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Optimized tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
skolmer authored Mar 28, 2017
1 parent 7857cb5 commit 1dbd65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"watching": {
"activeOnStart": true,
"beginsPattern": "^webpack: Compiling\\.\\.\\.$",
"endsPattern": "^webpack: Compiled successfully\\.$"
"endsPattern": "^webpack: (Compiled successfully|Failed to compile)\\.$"
}
},
{
Expand Down

0 comments on commit 1dbd65b

Please sign in to comment.