Closed 6XGate closed 1 year ago
The runOnStart being set to false will not prevent the plug-in from running in dev server module. This seems to be because the mode check with env.mode does not check for development.
runOnStart
false
env.mode
development
Sorry, wrong plug-in
The
runOnStart
being set tofalse
will not prevent the plug-in from running in dev server module. This seems to be because the mode check withenv.mode
does not check fordevelopment
.