Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(fast-refresh): Enables fast refresh by default in dev mode #2085

Merged

Conversation

dac09
Copy link
Collaborator

@dac09 dac09 commented Mar 24, 2021

What?

Enables fast refresh by default during development

If you prefer not to use fast refresh, you can disable it through the redwood.toml file like this:

[web]
  port = 8910
  apiProxyPath = "/.netlify/functions"
+ fastRefresh = false

@dac09 dac09 added topic/config Babel, Webpack, ESLint, Prettier, etc. topic/web labels Mar 24, 2021
@github-actions
Copy link

📦 PR Packages

Click to Show Package Download Links

https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/create-redwood-app-0.27.1-8a6b01a.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/redwoodjs-api-0.27.1-8a6b01a.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/redwoodjs-api-server-0.27.1-8a6b01a.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/redwoodjs-auth-0.27.1-8a6b01a.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/redwoodjs-cli-0.27.1-8a6b01a.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/redwoodjs-core-0.27.1-8a6b01a.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/redwoodjs-dev-server-0.27.1-8a6b01a.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/redwoodjs-eslint-config-0.27.1-8a6b01a.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/redwoodjs-eslint-plugin-redwood-0.27.1-8a6b01a.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/redwoodjs-forms-0.27.1-8a6b01a.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/redwoodjs-internal-0.27.1-8a6b01a.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/redwoodjs-prerender-0.27.1-8a6b01a.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/redwoodjs-router-0.27.1-8a6b01a.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/redwoodjs-structure-0.27.1-8a6b01a.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/redwoodjs-testing-0.27.1-8a6b01a.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2085/redwoodjs-web-0.27.1-8a6b01a.tgz

Install this PR by running yarn rw upgrade --pr 2085:0.27.1-8a6b01a

@dac09
Copy link
Collaborator Author

dac09 commented Mar 24, 2021

@dac09 dac09 added this to the next release milestone Mar 24, 2021
@thedavidprice
Copy link
Contributor

@dac09 my preference here is to get this into canary after we release v0.28. Would that work?

@thedavidprice thedavidprice removed this from the next release milestone Mar 24, 2021
@dac09
Copy link
Collaborator Author

dac09 commented Mar 24, 2021

Yep fine by me :)

@thedavidprice thedavidprice merged commit ad4a8cc into redwoodjs:main Mar 25, 2021
@thedavidprice thedavidprice added this to the next release milestone Mar 25, 2021
@thedavidprice thedavidprice modified the milestones: next release, v0.28.1 Mar 30, 2021
@thedavidprice thedavidprice modified the milestones: v0.28.1, v0.29.0 Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/config Babel, Webpack, ESLint, Prettier, etc. topic/web
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants