Skip to content

Commit

Permalink
remove unnecessary setting
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Sep 20, 2023
1 parent 6476edf commit 9313b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const outputIIFE = {
* @type {import('rollup').RollupOptions}
*/
const configIIFE = {
input: input,
input,
output: outputIIFE,
plugins: withCleanup(pluginsBundleIIFE),
};
Expand Down

0 comments on commit 9313b6f

Please sign in to comment.