Skip to content

Commit

Permalink
Vite Plugin order
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
JohanGrims and coderabbitai[bot] authored Dec 10, 2024
1 parent e55df7c commit d0607c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import { manualChunksPlugin } from "vite-plugin-webpackchunkname";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
react(),
manualChunksPlugin(),
momentTimezonePlugin({
zones: ["Europe/Berlin"],
startYear: 2020,
endYear: 2050,
}),
visualizer({ filename: "dist/stats.html" }),
react(),
],
esbuild: { legalComments: "external" },
server: { watch: { usePolling: true } },
Expand Down

0 comments on commit d0607c2

Please sign in to comment.