Tynarus / angular-seed

A seed project for Angular 4+ using Webpack
GNU General Public License v3.0
33 stars 18 forks source link

many problems. #22

Closed RoyiNamir closed 6 years ago

RoyiNamir commented 6 years ago

1 - tsconfig is not in root - so it causes compilaton problems :

https://i.imgur.com/8HPpusN.jpg

2- when running npm run start it does compile :

https://i.imgur.com/tleMeB3.jpg

But at 3000 there is an error :

https://i.imgur.com/4MJL3SU.jpg

here is the small demo project : https://ufile.io/j184w

TomasKatz commented 6 years ago

There is a serious problem with generation of source maps to. Source maps do not generate, and I went trough all of the possible configurations for devTool, also posted a detaild stackoverflow question about it here .

Royi have a nice flight :)

RoyiNamir commented 6 years ago

Tnx