Skip to content

Commit

Permalink
updated readme to use webpack 5 (final)
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer committed Oct 11, 2020
1 parent e0020a2 commit 90f837d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/mf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Big thanks to the following people who helped to make this possible:
- Existing Projects: ``ng config -g cli.packageManager yarn``
- New Projects: ``ng new workspace-name --packageManager yarn``

- Add this to your ``package.json`` (e. g. before the ``dependencies`` section ) to force the CLI into webpack 5:
- Add this to your ``package.json`` (e. g. before the ``dependencies`` section) to force the CLI into webpack 5:

```json
"resolutions": {
"webpack": "5.0.0-rc.6"
"webpack": "5.0.0"
},
```

Expand Down
2 changes: 1 addition & 1 deletion packages/mf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-architects/module-federation",
"version": "0.9.4",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "GitHub",
Expand Down

0 comments on commit 90f837d

Please sign in to comment.