mirror of
https://github.com/heyman/heynote.git
synced 2025-08-22 03:42:34 +02:00
Add warning comment
This commit is contained in:
@@ -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 ? (() => {
|
||||
|
Reference in New Issue
Block a user