Skip to content

Commit

Permalink
Merge branch 'vNext' into tzhelev/esf-load-on-demand-sample
Browse files Browse the repository at this point in the history
  • Loading branch information
tachojelev authored Aug 28, 2019
2 parents 4850f58 + db4fdf6 commit 0f5bc4b
Show file tree
Hide file tree
Showing 572 changed files with 8,735 additions and 146,275 deletions.
4 changes: 2 additions & 2 deletions browserslist → .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# You can see what browsers were selected by your queries by running:
# npx browserslist

> 0.5%
last 2 versions
> 3%
last 5 versions
Firefox ESR
not dead
IE 9-11 # For IE 9-11 support, remove 'not'.
8 changes: 3 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"vendorSourceMap": false,
"sourceMap": false,
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -25,8 +25,7 @@
"src/styles.scss"
],
"scripts": [],
"es5BrowserSupport": true,
"webWorkerTsConfig": "tsconfig.worker.json"
"es5BrowserSupport": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -93,8 +92,7 @@
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json",
"tsconfig.worker.json"
"src/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
Expand Down
80 changes: 0 additions & 80 deletions live-editing/configs/CategoryChartConfigGenerator.ts

This file was deleted.

Loading

0 comments on commit 0f5bc4b

Please sign in to comment.