Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Oct 15, 2024
1 parent a0248d5 commit 8a9a037
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utils/build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ function header() {

}

/**
* @type {Array<import('rollup').RollupOptions>}
*/
const builds = [
{
input: {
Expand Down Expand Up @@ -158,4 +161,4 @@ const builds = [
}
];

export default ( args ) => args.configOnlyModule ? builds.slice( 0, 3 ) : builds;
export default ( args ) => args.configOnlyModule ? builds.slice( 0, 4 ) : builds;

0 comments on commit 8a9a037

Please sign in to comment.