(_options?: InputOptions)
| 1248 | // watchChange is called per environment for a plugin with the perEnvironmentWatchChangeDuringDev flag |
| 1249 | |
| 1250 | async buildStart(_options?: InputOptions): Promise<void> { |
| 1251 | return ( |
| 1252 | this.environments.client as DevEnvironment |
| 1253 | ).pluginContainer.buildStart(_options) |
| 1254 | } |
| 1255 | |
| 1256 | async watchChange( |
| 1257 | id: string, |
no outgoing calls