From 90f837d6d673d940e21b544a6f5b53f5a521787e Mon Sep 17 00:00:00 2001 From: Manfred Steyer Date: Sun, 11 Oct 2020 02:36:44 +0200 Subject: [PATCH] updated readme to use webpack 5 (final) --- packages/mf/README.md | 4 ++-- packages/mf/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/mf/README.md b/packages/mf/README.md index 68e86888..f45f6e97 100644 --- a/packages/mf/README.md +++ b/packages/mf/README.md @@ -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" }, ``` diff --git a/packages/mf/package.json b/packages/mf/package.json index 5a1f75e0..cf81cdc7 100644 --- a/packages/mf/package.json +++ b/packages/mf/package.json @@ -1,6 +1,6 @@ { "name": "@angular-architects/module-federation", - "version": "0.9.4", + "version": "1.0.0", "license": "MIT", "repository": { "type": "GitHub",