vladotesanovic / angular2-express-slim

Quickstart Angular 2 app on Express
MIT License
47 stars 25 forks source link

Disable distributables sourceMap #7

Closed jselesan closed 8 years ago

jselesan commented 8 years ago

Hi there. I would like to know how to disable the distributables sourcemap fetching, in order load the app faster in development mode. I have to make a lot of reloads of the app I am developing, and it takes a couple of seconds to fetch all the sourcemaps seleccion_002

vladotesanovic commented 8 years ago

No we can't disable that, because that are internal Angular 2 stuff ( RxJS ).

Although, we can disable generating of the source maps for application files. But that will not speed up things much.

Source maps ( js.map ) files are meant for debugging ( are you using chrome debugger? )