Hi Martin
I used this command for building :
ng build –base-href=/xxxx/ –prod
I try using this :
ng build –base-href=/stylique/ –prod –aot=false –build-optimizer=false
and I get this error :
ERROR in No NgModule metadata found for ‘AppModule’.
If I try whithout –aot=false, compilation ends normally but I have the error
ERROR TypeError: e(…)[n] is not a function
at Object.createInstance
Best regards
Michel