You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -81,11 +81,11 @@ Note that you can't use Electron or NodeJS native libraries in this case. Please
81
81
82
82
## Error with nodejs third party packages
83
83
84
-
However since Angular 6 does not provide an eject anymore, you can't configure your webpack config file to import node externals.
84
+
Since Angular 6 does not provide an eject anymore, you can't configure your webpack config file to import node externals.
85
85
86
86
An issue in [Angular repository](https://github.com/angular/angular-cli/issues/10681) is opened about this feature.
87
87
88
-
Please have a look at [Stack Overflow Post workaround](https://stackoverflow.com/questions/50234196/after-updating-from-angular-5-to-6-i-keep-getting-the-error-cant-resolve-timer)or use branch [angular5](https://github.com/maximegris/angular-electron/tree/angular5) and continue to eject your configuration file.
88
+
Please have a look at [Stack Overflow Post workaround](https://stackoverflow.com/questions/50234196/after-updating-from-angular-5-to-6-i-keep-getting-the-error-cant-resolve-timer)that may work in some cases. Or use branch [angular5](https://github.com/maximegris/angular-electron/tree/angular5) and continue to eject your configuration file.
0 commit comments