Created
February 20, 2021 04:30
-
-
Save nksaraf/51878e730db5a83c909ce6098fc09bab to your computer and use it in GitHub Desktop.
vite-react
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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