Add vite react plugin
This commit is contained in:
parent
9fd5ff6427
commit
2b9129221d
4 changed files with 1363 additions and 50 deletions
|
|
@ -1,13 +1,13 @@
|
|||
import { defineConfig } from 'vite';
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
// plugins: [react()],
|
||||
server: {
|
||||
port: 3031
|
||||
},
|
||||
build: {
|
||||
manifest: true
|
||||
}
|
||||
|
||||
plugins: [react()],
|
||||
server: {
|
||||
port: 3031,
|
||||
},
|
||||
build: {
|
||||
manifest: true,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue