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
The difference with the next syntax is that these are merged into the default options and if there is a config with the same name, they override it, but the next syntax completely replaces the default options.
99
+
### Completely New Options for the plugins `[name, newOptions, false]`
103
100
104
-
### Completely New Options for the plugins `[name, newOptions]`
105
-
106
-
You can pass an input plugin with their supported option using the `[name, newOptions]` syntax:
101
+
You can pass an input plugin with their supported option using the `[name, newOptions, false]` syntax:
0 commit comments