Skip to content

Commit

Permalink
angular 16 upgrade with prettier formate and build run complete
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-dixit committed Jul 21, 2023
1 parent 888266c commit 11e9b18
Show file tree
Hide file tree
Showing 48 changed files with 4,008 additions and 3,418 deletions.
9 changes: 5 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"allowedCommonJsDependencies": [
"apexcharts"
],
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -26,12 +29,10 @@
"assets": ["src/favicon.ico", "src/assets", "src/fake-data"],
"styles": [
"node_modules/bootstrap/scss/bootstrap.scss",
"src/styles.scss",
"node_modules/morris.js/morris.css"
"src/styles.scss"
],
"scripts": [
"node_modules/jquery/dist/jquery.js",
"node_modules/raphael/raphael.js"
"node_modules/apexcharts/dist/apexcharts.min.js"
]
},
"configurations": {
Expand Down
Loading

0 comments on commit 11e9b18

Please sign in to comment.