We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a6dd4 commit cfe95fbCopy full SHA for cfe95fb
src/PatternLab/Reload/PatternLabListener.php
@@ -34,7 +34,7 @@ public function __construct() {
34
*/
35
public function addProcess(ProcessSpawnerEvent $event) {
36
37
- if ((bool)Config::getOption("reload.on")) {
+ if ((bool)Config::getOption("plugins.reload.enabled")) {
38
39
// only run this command if watch is going to be used
40
if (Console::findCommand("w|watch") || Console::findCommandOption("with-watch")) {
0 commit comments