Skip to content

Commit

Permalink
feat: add GH link
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Nov 4, 2024
1 parent f1fe6f9 commit 9db6fda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9db6fda

Please sign in to comment.