()
| 289 | let resolvedConfig: ResolvedConfig |
| 290 | // determine build watch |
| 291 | const resolvedPlugin: () => PluginOption = () => ({ |
| 292 | name: 'vite-plugin-watcher', |
| 293 | configResolved(config) { |
| 294 | resolvedConfig = config |
| 295 | }, |
| 296 | }) |
| 297 | const buildConfig = mergeConfig( |
| 298 | await loadConfig({ command: 'build', mode: 'production' }), |
| 299 | { |