Skip to content

Commit e6eb6e1

Browse files
committed
add comment for running watching mode inside a VM
1 parent fd0868a commit e6eb6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ class Encore {
597597
* Encore.configureDevServerWatchOptions(function(watchOptions) {
598598
* // change the configuration
599599
*
600-
* watchOptions.poll = 250;
600+
* watchOptions.poll = 250; // useful when running inside a Virtual Machine
601601
* });
602602
*
603603
* @param {function} callback

0 commit comments

Comments
 (0)