Skip to content

Commit

Permalink
updated plugin handling
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaniverous committed Oct 7, 2024
1 parent 75379b4 commit 4f4283f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const commonInputOptions: InputOptions = {
...Object.keys((pkg as unknown as Package).dependencies ?? {}),
...Object.keys((pkg as unknown as Package).peerDependencies ?? {}),
],
plugins: [aliasPlugin({ entries: commonAliases }), commonPlugins],
plugins: [aliasPlugin({ entries: commonAliases }), ...commonPlugins],
};

const iifeCommonOutputOptions: OutputOptions = {
Expand Down

0 comments on commit 4f4283f

Please sign in to comment.