Skip to content

Commit

Permalink
add webpack
Browse files Browse the repository at this point in the history
Signed-off-by: HueiFeng <[email protected]>
  • Loading branch information
hueifeng committed Jun 18, 2022
1 parent 0a6b52c commit 02ccde6
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 02ccde6

Please sign in to comment.