Skip to content

Commit

Permalink
chore(angular): add webpack dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Mar 8, 2022
1 parent 70247b0 commit b7d5c94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/angular/ng-package.json
Expand Up @@ -15,7 +15,8 @@
"webpack-merge",
"ts-node",
"tsconfig-paths",
"semver"
"semver",
"webpack"
],
"keepLifecycleScripts": true
}
3 changes: 2 additions & 1 deletion packages/angular/package.json
Expand Up @@ -51,6 +51,7 @@
"webpack-merge": "5.7.3",
"ts-node": "~9.1.1",
"tsconfig-paths": "^3.9.0",
"semver": "7.3.4"
"semver": "7.3.4",
"webpack": "^5.58.1"
}
}

0 comments on commit b7d5c94

Please sign in to comment.