Skip to content

Commit

Permalink
node externals
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Sep 15, 2024
1 parent 37a5b4f commit 811559c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/remixdesktop/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2015",
"allowJs": true,
"module": "ES2015",
"module": "CommonJS",
"skipLibCheck": true,
"esModuleInterop": true,
"noImplicitAny": false,
Expand Down
2 changes: 1 addition & 1 deletion apps/remixdesktop/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
preload: './src/preload.ts',
},
target: 'electron-main',
externals: [nodeExternals()],
//externals: [nodeExternals()],
module: {
rules: [
{
Expand Down

0 comments on commit 811559c

Please sign in to comment.