From 1d48e32c73aed91b8a7cb6ad2329ffb9800b25a9 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Fri, 25 May 2018 12:41:12 +0200 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e71585e12..6f1ce55a2 100644 --- a/README.md +++ b/README.md @@ -81,11 +81,11 @@ Note that you can't use Electron or NodeJS native libraries in this case. Please ## Error with nodejs third party packages -However since Angular 6 does not provide an eject anymore, you can't configure your webpack config file to import node externals. +Since Angular 6 does not provide an eject anymore, you can't configure your webpack config file to import node externals. An issue in [Angular repository](https://github.com/angular/angular-cli/issues/10681) is opened about this feature. -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. +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. ## Branch & Packages version