angularjs-typescript-webpack icon indicating copy to clipboard operation
angularjs-typescript-webpack copied to clipboard

AngularJS 1.7, typescript 3 and webpack 4 starter project based on angular tutorial

Results 37 angularjs-typescript-webpack issues
Sort by recently updated
recently updated
newest added

## 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...

greenkeeper

## 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...

greenkeeper

## 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...

greenkeeper

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...

greenkeeper

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...