Skip to content

Support Vite Bundled Dev Mode#2210

Merged
birkskyum merged 6 commits into
mainfrom
bundle-dev-mode
Jul 19, 2026
Merged

Support Vite Bundled Dev Mode#2210
birkskyum merged 6 commits into
mainfrom
bundle-dev-mode

Conversation

@birkskyum

@birkskyum birkskyum commented Jul 17, 2026

Copy link
Copy Markdown
Member

Introduced experimental support in Vite 8.1

https://vite.dev/blog/announcing-vite8-1

This mode is enabled with

export default defineConfig({
    experimental: {
      bundledDev: true,
    },
    plugins: [
      solidStart(),
      nitro(),
    ],
  });

Or with teh vite --experimental-bundle flag

Bare example

Without bundledDev:

Screenshot 2026-07-17 at 16 56 47

With bundledDev:
Screenshot 2026-07-17 at 16 56 55

@changeset-bot

changeset-bot Bot commented Jul 17, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 4b6f0f9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@solidjs/start Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@netlify

netlify Bot commented Jul 17, 2026

Copy link
Copy Markdown

Deploy Preview for solid-start-landing-page ready!

Name Link
🔨 Latest commit 4b6f0f9
🔍 Latest deploy log https://app.netlify.com/projects/solid-start-landing-page/deploys/6a5c08f42fa3f00008dc5472
😎 Deploy Preview https://deploy-preview-2210--solid-start-landing-page.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@pkg-pr-new

pkg-pr-new Bot commented Jul 17, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@solidjs/start@2210

commit: 4b6f0f9

@birkskyum
birkskyum marked this pull request as ready for review July 17, 2026 14:57
@birkskyum birkskyum changed the title [WIP] Support Vite Bundled Dev Mode Support Vite Bundled Dev Mode Jul 17, 2026
@birkskyum
birkskyum requested a review from brenelz July 17, 2026 15:00
@birkskyum birkskyum added the 2.x targeting SolidStart 2.x versions label Jul 17, 2026
@birkskyum
birkskyum requested a review from lxsmnsyc July 17, 2026 15:04
@birkskyum
birkskyum merged commit 8af6304 into main Jul 19, 2026
10 checks passed
@birkskyum
birkskyum deleted the bundle-dev-mode branch July 19, 2026 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.x targeting SolidStart 2.x versions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants