Skip to content

refactor: vite config - #3110

Merged
afonsojramos merged 1 commit into
mainfrom
refactor/vite-config
Jul 29, 2026
Merged

refactor: vite config#3110
afonsojramos merged 1 commit into
mainfrom
refactor/vite-config

Conversation

@setchy

@setchy setchy commented Jul 29, 2026

Copy link
Copy Markdown
Member

Drop swc graphql-codegen plugin

Signed-off-by: Adam Setch <adam.setch@outlook.com>
@setchy
setchy requested a review from afonsojramos as a code owner July 29, 2026 12:22
@github-actions github-actions Bot added dependency Dependency updates refactor Refactoring of existing feature labels Jul 29, 2026
Comment thread vite.config.ts
.match(/src="(.*)"/)?.[1]
.split('/')
.pop();
const extractSvgFilename = (imgHtml: string) => /src="(.*)"/.exec(imgHtml)?.[1].split('/').pop();

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addresses sonarqube feedback

@sonarqubecloud

Copy link
Copy Markdown

@afonsojramos
afonsojramos merged commit d09ef0a into main Jul 29, 2026
18 checks passed
@afonsojramos
afonsojramos deleted the refactor/vite-config branch July 29, 2026 12:31
@github-actions github-actions Bot added this to the Release 7.x.x milestone Jul 29, 2026
@setchy setchy modified the milestones: Release 7.1.0, Release 7.x.x Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Dependency updates refactor Refactoring of existing feature

Development

Successfully merging this pull request may close these issues.

2 participants