Skip to content

Commit 91d1199

Browse files
committed
fix(core): remove Vite build size limit
1 parent 027404d commit 91d1199

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)