mirror of
https://github.com/heyman/heynote.git
synced 2024-11-21 23:43:22 +01:00
Add warning comment
This commit is contained in:
parent
c92f43ef0a
commit
7f73c04424
@ -57,7 +57,7 @@ export default defineConfig({
|
|||||||
]),
|
]),
|
||||||
// Use Node.js API in the Renderer-process
|
// Use Node.js API in the Renderer-process
|
||||||
renderer({
|
renderer({
|
||||||
nodeIntegration: false,
|
nodeIntegration: false, // turning this on will break Math.js
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
server: !!process.env.VSCODE_DEBUG ? (() => {
|
server: !!process.env.VSCODE_DEBUG ? (() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user