We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f6a48 commit 41662b3Copy full SHA for 41662b3
1 file changed
frontend/vite.config.ts
@@ -61,9 +61,7 @@ export default defineConfig(({ mode }): UserConfig => {
61
clearScreen: false,
62
root: "src",
63
publicDir: "../static",
64
- optimizeDeps: {
65
- exclude: ["@fortawesome/fontawesome-free"],
66
- },
+ optimizeDeps: {},
67
};
68
});
69
0 commit comments