diff --git a/app/package.json b/app/package.json index 1dc7079c..e7c4672c 100644 --- a/app/package.json +++ b/app/package.json @@ -35,7 +35,6 @@ "npm": "6", "path": "0.12.7", "rxjs": "^6.5.5", - "rxjs-compat": "^6.6.0", "yargs": "^15.4.1", "zone.js": "^0.11.3" }, diff --git a/app/src/plugins.ts b/app/src/plugins.ts index 6b0a0e80..e2fd7dff 100644 --- a/app/src/plugins.ts +++ b/app/src/plugins.ts @@ -63,7 +63,6 @@ const builtinModules = [ 'ngx-toastr', 'rxjs', 'rxjs/operators', - 'rxjs-compat/Subject', 'terminus-core', 'terminus-settings', 'terminus-terminal', diff --git a/electron-builder.yml b/electron-builder.yml index 505b3d87..5ff81e2c 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -6,8 +6,24 @@ npmRebuild: false afterSign: "./build/mac/afterSignHook.js" afterAllArtifactBuild: "./build/mac/afterBuildHook.js" files: -- "**/*" +- '**/*' - dist +- '!src' +- '!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}' +- '!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples,docs}' +- '!**/node_modules/node-gyp' +- '!**/node_modules/**/*.d.ts' +- '!**/node_modules/**/*.map' +- '!**/node_modules/**/include/node' +- '!**/node_modules/.bin' +- '!**/node_modules/*/*/{esm5,fesm5,esm2015,fesm2015,_esm2015,_fesm2015}' +- '!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}' +- '!.editorconfig' +- '!**/._*' +- '!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}' +- '!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}' +- '!**/{appveyor.yml,.travis.yml,circle.yml}' +- '!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json' extraResources: - builtin-plugins - extras