Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNUSDS committed Mar 4, 2024
1 parent 9867db5 commit 95dc6f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import svgr from 'vite-plugin-svgr';
import {viteStaticCopy} from "vite-plugin-static-copy";

export default defineConfig({
// base: "./",
// build: {
// outDir: "./dist",
base: "./",
build: {
outDir: "./dist",
// rollupOptions: {
// output: {
// manualChunks(id) {
Expand All @@ -16,7 +16,7 @@ export default defineConfig({
// },
// },
// },
// },
},
plugins: [
react(),
// svgr "inlines" .svg so they can be easily turned into React components.
Expand Down

0 comments on commit 95dc6f4

Please sign in to comment.