I already developed a few pages lately and then I see this in my console when I’m creating a new page
I already did the npm update and I did not change a single line of code in my vite.config.js
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
});
New contributor
Roque Ernest John S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.