diff --git a/src/index.ts b/src/index.ts index 925f659..60780a8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -61,7 +61,8 @@ function federation(mfUserOptions: ModuleFederationOptions): Plugin[] { { name: 'module-federation-vite', enforce: 'post', - // @ts-expect-error used to expose plugin options + // @ts-expect-error + // used to expose plugin options: https://github.com/rolldown/rolldown/discussions/2577#discussioncomment-11137593 _options: options, config(config, { command: _command }: { command: string }) { // TODO: singleton