Skip to content

Commit

Permalink
fix: set verndorSourceMap true, to debug in local
Browse files Browse the repository at this point in the history
  • Loading branch information
udayvunnam committed Oct 30, 2019
1 parent d598480 commit 65db615
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"assets": ["projects/xng-breadcrumb-app/src/favicon.ico", "projects/xng-breadcrumb-app/src/assets"],
"styles": ["projects/xng-breadcrumb-app/src/assets/scss/xng-breadcrumb.scss", "projects/xng-breadcrumb-app/src/styles.scss"],
"scripts": [],
"es5BrowserSupport": true
"es5BrowserSupport": true,
"vendorSourceMap": true
},
"configurations": {
"production": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:lib": "ng build xng-breadcrumb",
"build:app": "ng build xng-breadcrumb-app --prod --progress=false",
"build": "npm-run-all build:lib link:lib build:app",
"link:lib": " npm link ./dist/xng-breadcrumb && npm link xng-breadcrumb",
"link:lib": "npm link ./dist/xng-breadcrumb && npm link xng-breadcrumb",
"test": "ng test xng-breadcrumb-app --watch=false --progress=false",
"version": "git pull origin master && standard-version",
"postversion": "npm-run-all copy:* commit:version push:tags",
Expand Down

0 comments on commit 65db615

Please sign in to comment.