mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-17 12:19:20 +00:00
Prettier format
This commit is contained in:
parent
4a14681753
commit
d34a5f29cd
@ -1,15 +1,15 @@
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
resolve: {
|
||||
alias: {
|
||||
utils: "/src/utils",
|
||||
assets: "/src/assets",
|
||||
context: "/src/context",
|
||||
components: "/src/components",
|
||||
utils: '/src/utils',
|
||||
assets: '/src/assets',
|
||||
context: '/src/context',
|
||||
components: '/src/components',
|
||||
},
|
||||
},
|
||||
optimizeDeps: {
|
||||
|
Loading…
Reference in New Issue
Block a user