From 251ec1261cf8423546a87a6f2e9640a09d7462a1 Mon Sep 17 00:00:00 2001 From: Olivier Refalo Date: Tue, 18 Jun 2024 15:05:41 +0400 Subject: [PATCH] docs: nojekyll --- .nojekyll | 0 vite.config.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .nojekyll diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/vite.config.js b/vite.config.js index 4e48b3d..3551d21 100644 --- a/vite.config.js +++ b/vite.config.js @@ -10,7 +10,7 @@ export default defineConfig({ include: ['highlight.js', 'highlight.js/lib/core'] }, build: { - minify: 'esbuild', // We specify this explicitly, since we need the server code to be minified for size computation. + // minify: true, // We specify this explicitly, since we need the server code to be minified for size computation. rollupOptions: { output: { manualChunks: manualChunksForAnalyzing