BREAKING CHANGE: start over for react + three project
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react-swc";
|
||||
import tsconfigPaths from "vite-tsconfig-paths";
|
||||
import { manifest } from "./build/manifestPlugin";
|
||||
|
||||
const config = defineConfig({
|
||||
plugins: [react(), manifest(), tsconfigPaths()],
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
});
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user