Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Regan Wolfrom authored and Regan Wolfrom committed Oct 5, 2020
1 parent 461eb54 commit 68cd947
Show file tree
Hide file tree
Showing 25 changed files with 951 additions and 622 deletions.
12 changes: 8 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"customWebpackConfig": {
"path": "webpack.config.js"
},
"outputPath": "dist/parima-angular-tutorial",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down Expand Up @@ -64,7 +67,7 @@
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular-builders/custom-webpack:dev-server",
"options": {
"browserTarget": "parima-angular-tutorial:build"
},
Expand Down Expand Up @@ -123,6 +126,7 @@
}
}
}
}},
}
},
"defaultProject": "parima-angular-tutorial"
}
}
Loading

0 comments on commit 68cd947

Please sign in to comment.