Skip to content

Commit ef728b9

Browse files
committed
wip: ignore rollup version mismatch type error
1 parent 2ae5044 commit ef728b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/create-vite/build.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export default defineBuildConfig({
2323
'rollup:options'(ctx, options) {
2424
options.plugins = [
2525
options.plugins,
26+
// @ts-expect-error TODO: unbuild uses rollup v3 and Vite uses rollup v4
2627
licensePlugin(
2728
path.resolve(__dirname, './LICENSE'),
2829
'create-vite license',

0 commit comments

Comments
 (0)