node externals

pull/5200/head
bunsenstraat 2 months ago
parent 37a5b4f371
commit 811559cd1e
  1. 2
      apps/remixdesktop/tsconfig.json
  2. 2
      apps/remixdesktop/webpack.config.js

@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2015",
"allowJs": true,
"module": "ES2015",
"module": "CommonJS",
"skipLibCheck": true,
"esModuleInterop": true,
"noImplicitAny": false,

@ -10,7 +10,7 @@ module.exports = {
preload: './src/preload.ts',
},
target: 'electron-main',
externals: [nodeExternals()],
//externals: [nodeExternals()],
module: {
rules: [
{

Loading…
Cancel
Save