* Update readme to reflect the latest updates of project
* Replace inactive `inline-manifest-webpack-plugin` with the maintained fork `webpack-inline-manifest-plugin`, version 4.0.0 is for webpack 3, version 4.0.1+ for webpack 4+
* Minor updates for package dependencies
* Minor updates for package dependencies
* Disable sourceMap by default for prod build and provide EVN option to enable it
* minor change by providing uglify cache to improve build process for prod
* Because of npm 5 and yarn, no need to force cache clean, verify should be enough
* Update dependencies
* PR for 1859 fix
* SonarCube Integration
* Sonar Unit Test results support
* SonarQube readme instructions updated
* Update README.md
* TS lint should use the local application specific version instead of expecting a global version , also added tslint support independent of SonarQube Server providing the linting
* Reverting to SonarQube handling the linting
* updated angular 5
* upstream merge
* Fix for Webpack warning ./node_modules/@angular/core/esm5/core.js error in tests
* Made SonarQube optional
* Updated based on review comments from @gdi2290
* Minor readme update
* README Fix
* Update README.md
* Added back package lock
* added yarn lock
* feature: added AOT compile support (#885)
* updated travis.yml with new ci script
* removed yarn.lock from .gitignore
* (optimize) vendor tree shaking and bundle analysis tool
* (fix) support node 5
* upgraded to webpack 2.2.0-rc-2, removed analyzer