Add warning comment

This commit is contained in:
Jonatan Heyman 2023-03-02 21:10:15 +01:00
parent c92f43ef0a
commit 7f73c04424

View File

@ -57,7 +57,7 @@ export default defineConfig({
]),
// Use Node.js API in the Renderer-process
renderer({
nodeIntegration: false,
nodeIntegration: false, // turning this on will break Math.js
}),
],
server: !!process.env.VSCODE_DEBUG ? (() => {