Skip to content

Commit f60419e

Browse files
authored
Merge branch 'main' into update-repo-init
2 parents 6f0f8ca + 5c6fd27 commit f60419e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ async function buildVite() {
209209
typeof plugin === 'object' &&
210210
plugin !== null &&
211211
'name' in plugin &&
212-
plugin.name === 'rollup-plugin-license'
212+
(plugin.name === 'rollup-plugin-license' || plugin.name === 'bundle-limit')
213213
);
214214
}),
215215
];

0 commit comments

Comments
 (0)