After working on my Angular2 + Typescript project with Webpack, I noticed a change in the bundling process. Previously, the console output would display three specific comments at the end:
webpack: bundle is now VALID
[default] Checking started in sepearte process
[default] Ok, 3.72 sec.
However, recently, only the message webpack: bundle is now VALID
appears, and the other two comments are missing. In addition, any previous errors that occurred during the build process are no longer summarized at the end as they used to be, requiring me to manually scroll back up to find them.
- Angular 2.4.1
- Typescript 2.0.10
- Webpack 2.1.0-beta.25
- Webpack-dev-middleware 1.8.1
- Webpack-dev-server 2.1.0-beta.4
- Webpack-merge 0.14.1
- Project cloned from: Qdouble Starter