Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hueifeng/dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
hueifeng committed Jun 18, 2022
2 parents 0a6b52c + 2dacb2d commit b1a0d7b
Show file tree
Hide file tree
Showing 4 changed files with 1,397 additions and 3,665 deletions.
5 changes: 4 additions & 1 deletion web/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"allowedCommonJsDependencies": [
"js-yaml",
"rxjs"
],
"customWebpackConfig":{
"path": "./webpack.config.js"
},
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down
Loading

0 comments on commit b1a0d7b

Please sign in to comment.