angularjs-typescript-webpack
angularjs-typescript-webpack copied to clipboard
AngularJS 1.7, typescript 3 and webpack 4 starter project based on angular tutorial
## The devDependency [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher) was updated from `2.2.0` to `3.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## The devDependency [uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin) was updated from `2.1.3` to `2.2.0`. π¨ [View failing branch](https://github.com/vsternbach/angularjs-typescript-webpack/compare/master...vsternbach:greenkeeper%2Fuglifyjs-webpack-plugin-2.2.0). This version is **covered** by your **current version range** and after updating it in your project...
## The devDependency [karma-webpack](https://github.com/webpack-contrib/karma-webpack) was updated from `3.0.5` to `4.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
The`package.json` contains a reference to non existing script target: `webpack-prod` https://github.com/vsternbach/angularjs-typescript-webpack/blob/master/package.json#L61
This change shows how to mix existing (legacy) JavaScript together with migrated (TypeScript) files - TS configuration changes for application and test - main entry points renamed to plain JS...
## The dependency [angular-ts-decorators](https://github.com/vsternbach/angular-ts-decorators) was updated from `3.7.7` to `3.7.8`. π¨ [View failing branch](https://github.com/vsternbach/angularjs-typescript-webpack/compare/master...vsternbach:greenkeeper%2Fangular-ts-decorators-3.7.8). This version is **covered** by your **current version range** and after updating it in your project...
The common scenario is to migrate existing code to TS and start with TSC to compile/check existing code before switching completely to TS. Have you considered adding that option, so...