Skip to content

Commit

Permalink
chore: minor alignments with cli 8.3 (#3433)
Browse files Browse the repository at this point in the history
- align `browserlist` location
- use correct schema path in `angular.json`
- remove unnecessary `ng-package.prod.json`
  • Loading branch information
maxokorokov committed Oct 24, 2019
1 parent 410f6ea commit d743f16
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
5 changes: 2 additions & 3 deletions angular.json
@@ -1,5 +1,5 @@
{
"$schema": "./node_modules/@angular-devkit/core/src/workspace/workspace-schema.json",
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "",
"projects": {
Expand All @@ -11,12 +11,11 @@
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"options": {
"tsConfig": "src/tsconfig.json",
"project": "src/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "src/tsconfig.json",
"project": "src/ng-package.prod.json"
}
}
},
Expand Down
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions src/ng-package.prod.json

This file was deleted.

7 changes: 7 additions & 0 deletions ssr-app/browserslist
@@ -0,0 +1,7 @@
# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries
# For IE 9-11 support, please uncomment the last line of the file and adjust as needed
last 2 versions
Firefox ESR
IE 10-11

0 comments on commit d743f16

Please sign in to comment.