nx-electron icon indicating copy to clipboard operation
nx-electron copied to clipboard

Electron schematics for nrwl nx platform

Results 37 nx-electron issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** github pipeline fail with: ```bash npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated npm WARN deprecated [email protected]: The querystring API is considered...

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I was creating a...

enhancement

Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

**Describe the bug** When trying to create new projects under custom directories inside the /apps folder in the NX file structure, nx-electron is looking for the wrong dist folder during...

**Is your feature request related to a problem? Please describe.** I want to enable the auto updating for Windows 'nsis' target. So the file Update.exe (or Squirrel.exe) is to be...

enhancement

**Describe the bug** Error while trying to generate an nx-electron app. **To Reproduce** Steps to reproduce the behavior: ``` npx create-nx-workspace@13 --preset=core # Used workspace name 'test' cd test npm...

**Is your feature request related to a problem? Please describe.** I'm building an app that doesn't require a UI besides the try menu but the `frontendProject` configuration in the project.json...

enhancement

**Describe the bug** `nx g nx-electron:app --frontendProject=` command is looking for a configuration in /angular.json file while running in a nx/react project configuration. **To Reproduce** Steps to reproduce the behavior:...

Currently there is no possibility to provide multiple frontend projects for multi window applications that use different frontend projects for each window. It would be wonderful if "frontendProject" in the...

enhancement