You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,3 +83,13 @@ Trigger a notification every time. Call it "noisy-mode".
83
83
```js
84
84
newWebpackNotifierPlugin({alwaysNotify:true});
85
85
```
86
+
87
+
### Editor
88
+
89
+
Opens the file in your editor when the notification is clicked.
90
+
91
+
Takes a command and a list or arguments interpreted as template strings. Available options are `file`, `line` and `column`. Note that lines and columns of errors are only set when using a preprocessor like babel.
0 commit comments