Angular 4 Production build throwing Syntax Errors -
i'm attempting deploy production build of app onto apache server. can fine using development build (ng build) when try ng build --prod syntax errors.
i've tested app ng serve --prod --sm=true command , there no errors in console.
for live examples visit www.gamerfinder.net/dev
can me fix error? thanks
(as side note: know how can more information "syntax error @ 1,1" make easier show on gamerfinder.net/dev)
edit i've uploaded source code app at: https://github.com/jamiemac262/gamerfinder hope helps :)
okay, found problem.
for might having similar issues make sure base href in angular index.html file same folder deploying files.
Comments
Post a Comment