Skip to content

Commit

Permalink
chore: filter falsy elements out
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Sep 24, 2020
1 parent aa73c89 commit 46224f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const plugins = [
},
],
}),
];
].filter(Boolean);

export default {
input: isDist ? src : "demo",
Expand Down

0 comments on commit 46224f5

Please sign in to comment.