diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 3ca8d63ca..7e627871f 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -6,18 +6,19 @@ 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: { additionalData: ` @import "./src/style/vars.scss"; `, - } + }, }, }, resolve: {