From 9163d5a25d3c3973dd9d0ac5350e82274eff2a4b Mon Sep 17 00:00:00 2001 From: Robert Long Date: Tue, 18 Jan 2022 15:16:34 -0800 Subject: [PATCH] Clean up vite warning messages about server.fs.strict --- vite.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vite.config.js b/vite.config.js index 953c0e0..aa63754 100644 --- a/vite.config.js +++ b/vite.config.js @@ -28,6 +28,11 @@ export default defineConfig(({ mode }) => { proxy: { "/_matrix": env.VITE_DEFAULT_HOMESERVER || "http://localhost:8008", }, + fs: { + // Current we're bundling files linked in from matrix-react-sdk + // We should re-enable this if we plan to run Vite outside the dev server mode + strict: false, + }, }, resolve: { alias: {