This commit is contained in:
fkwp
2026-04-17 18:28:02 +02:00
parent d75f2563c6
commit 2adb498620
2 changed files with 3 additions and 3 deletions

View File

@@ -100,4 +100,4 @@ if (
writable: true,
configurable: true,
});
}
}

View File

@@ -17,7 +17,7 @@ import { createHtmlPlugin } from "vite-plugin-html";
import { codecovVitePlugin } from "@codecov/vite-plugin";
import { sentryVitePlugin } from "@sentry/vite-plugin";
import { nodePolyfills } from 'vite-plugin-node-polyfills'
import { nodePolyfills } from "vite-plugin-node-polyfills";
import wasm from "vite-plugin-wasm";
import react from "@vitejs/plugin-react";
@@ -41,7 +41,7 @@ export default ({
wasm(),
nodePolyfills({
// Enables the 'events' module, which is required by the matrix-js-sdk
include: ['events'],
include: ["events"],
}),
svgrPlugin({
svgrOptions: {