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 10, 2022
1 parent 5cfb869 commit 82b3017
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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
}
6 changes: 3 additions & 3 deletions packages/angular/package.json
Expand Up @@ -21,8 +21,7 @@
"./generators": "./generators.js",
"./executors": "./executors.js",
"./tailwind": "./tailwind.js",
"./src/generators/utils": "./src/generators/utils/index.js",
"./mfe-utils": "./src/utils/mfe-webpack.js"
"./src/generators/utils": "./src/generators/utils/index.js"
},
"author": "Victor Savkin",
"license": "MIT",
Expand Down Expand Up @@ -51,6 +50,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 82b3017

Please sign in to comment.