Skip to content

Commit

Permalink
millionjs before react in vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
issam-seghir committed Dec 13, 2023
1 parent 7f9eb19 commit 4851c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import react from "@vitejs/plugin-react";
import million from "million/compiler";
import react from "@vitejs/plugin-react";
import { defineConfig } from "vite";
import { ViteAliases } from "vite-aliases";
import svgr from "vite-plugin-svgr";
Expand Down

0 comments on commit 4851c8d

Please sign in to comment.