Skip to content

Instantly share code, notes, and snippets.

@nksaraf
Created February 20, 2021 04:30
Show Gist options
  • Save nksaraf/51878e730db5a83c909ce6098fc09bab to your computer and use it in GitHub Desktop.
Save nksaraf/51878e730db5a83c909ce6098fc09bab to your computer and use it in GitHub Desktop.
vite-react
import reactRefresh from "@vitejs/plugin-react-refresh";
export default {
plugins: [reactRefresh()],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment