Skip to content

Conversation

@oskarhurst
Copy link
Contributor

Update the cumulus UI to use Vite and update the npm dependencies to remove all vulerabilities.

Copy link
Contributor

@willbreitkreutz willbreitkreutz left a comment

Choose a reason for hiding this comment

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

Bundles should just be .js instead of .jsx, probably won't break anything, but since they shouldn't handle any jsx rendering they can stay .js. Otherwise looks good.

Copy link
Contributor

Choose a reason for hiding this comment

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

Bundles shouldn't need to be .jsx, they shouldn't have any jsx that needs to be parsed so should stay .js. Not sure if it breaks anything, but keeps the intent.

@oskarhurst
Copy link
Contributor Author

@willbreitkreutz is there any other changes you recommend?

@oskarhurst oskarhurst requested a review from krowvin October 24, 2025 20:18
Copy link

@krowvin krowvin left a comment

Choose a reason for hiding this comment

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

Not sure if that index was a test file, but would change the content in it.

@@ -1,5 +1,5 @@
module.exports = {
content: ["./src/**/*.{html,js}"],
content: ["./src/**/*.{html,jsx}"],
Copy link

Choose a reason for hiding this comment

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

Should you also include js here?

<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using Vite + React"
Copy link

Choose a reason for hiding this comment

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

I would change the content, might mess with the site's SEO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants