tajo / ladle

🥄 Develop, test and document your React story components faster.
https://www.ladle.dev
MIT License
2.52k stars 86 forks source link

Add hmrHost and hmrPort to the ladle config #558

Closed gapark closed 1 month ago

gapark commented 3 months ago

Fixes https://github.com/tajo/ladle/issues/557

changeset-bot[bot] commented 3 months ago

🦋 Changeset detected

Latest commit: 2eaa8a4741ae24c4cc66554d46c6a515b131a695

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

This PR includes changesets to release 14 packages | Name | Type | | ----------------- | ----- | | website | Minor | | @ladle/react | Minor | | example | Patch | | test-addons | Patch | | test-babel | Patch | | test-config | Patch | | test-config-ts | Patch | | test-css | Patch | | test-decorators | Patch | | test-playwright | Patch | | test-programmatic | Patch | | test-provider | Patch | | test-baseweb | Patch | | test-msw | 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

gapark commented 2 months ago

@tajo I found some time this evening to go through and tidy this up a bit and test it.

I think it should be ready to merge now if you wouldn't mind giving me a review?