Upgrade to Electron14 (not working)

-- add @electron/remote module
-- attempt configuration
-- add path-browserify and tsconfig path
This commit is contained in:
Djones4822
2023-02-16 19:02:31 -05:00
parent e977b1599a
commit 571dd7bdba
5 changed files with 79 additions and 151 deletions

View File

@@ -18,5 +18,8 @@
"dom"
],
"module": "commonjs",
}
},
"paths": {
"path": ["./node_modules/path-browserify"]
},
}