preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 561 forks source link

Source maps slows down test-watch too much, so just keep source maps … #357

Open superelement opened 6 years ago

superelement commented 6 years ago

Source maps slows down test-watch too much, so removed source maps unless doing a 'single run' test.

superelement commented 6 years ago

Also found that tslint (webpack loader) was checking ts inside the node_modules directory, so restricted it to the "src" directory.