Skip to content

Commit

Permalink
wip: ignore rollup version mismatch type error
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Sep 30, 2023
1 parent 2ae5044 commit ef728b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-vite/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default defineBuildConfig({
'rollup:options'(ctx, options) {
options.plugins = [
options.plugins,
// @ts-expect-error TODO: unbuild uses rollup v3 and Vite uses rollup v4
licensePlugin(
path.resolve(__dirname, './LICENSE'),
'create-vite license',
Expand Down

0 comments on commit ef728b9

Please sign in to comment.