|
|
|
@ -3,6 +3,7 @@ import react from "@vitejs/plugin-react";
|
|
|
|
|
|
|
|
|
|
|
|
// https://vitejs.dev/config/
|
|
|
|
// https://vitejs.dev/config/
|
|
|
|
export default defineConfig({
|
|
|
|
export default defineConfig({
|
|
|
|
|
|
|
|
base: "/",
|
|
|
|
plugins: [react()],
|
|
|
|
plugins: [react()],
|
|
|
|
css: {
|
|
|
|
css: {
|
|
|
|
preprocessorOptions: {
|
|
|
|
preprocessorOptions: {
|
|
|
|
|