Clean up vite warning messages about server.fs.strict
This commit is contained in:
parent
3ee4058dce
commit
9163d5a25d
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ export default defineConfig(({ mode }) => {
|
||||||
proxy: {
|
proxy: {
|
||||||
"/_matrix": env.VITE_DEFAULT_HOMESERVER || "http://localhost:8008",
|
"/_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: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue