diff --git a/frontend/vite.config.js b/frontend/vite.config.js index adad8b7e4..2ef8ad712 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -6,11 +6,12 @@ import { defineConfig } from 'vite'; export default defineConfig({ build: { - raw: { - extenstions : ['html', 'txt'], - glob: ['**.html'] // or glob - } -}, + raw: { + extensions : ['html', 'txt'], + glob: ['**.html'], // or glob + }, + modulePreload: false, + }, css: { preprocessorOptions: { scss: { @@ -19,7 +20,7 @@ export default defineConfig({ @import "./node_modules/bulma/bulma.sass"; @import "./node_modules/bulma-timeline/dist/css/bulma-timeline.sass"; `, - } + }, }, }, resolve: {