diff --git a/README.md b/README.md index 67d9bee0..8544611a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ in our docs. ## CLI Usage +### Requirements + +To use the Essential Angular Universal plugin while building and deploying with the CLI, you need to have `netlify-cli v5.4.13` installed (or a later version). + +Please also make sure to use `ntl deploy --build --prod` (rather than `ntl build`). + ### Plugin Side Effects When this plugin is run as part of the build process using the Netlify CLI, direct changes will be made to your project source: @@ -91,4 +97,4 @@ for details. ## License This project is licensed under the MIT License - see the -[LICENSE.md](LICENSE.md) file for details \ No newline at end of file +[LICENSE.md](LICENSE.md) file for details diff --git a/netlify.toml b/netlify.toml index 373ec8e8..a34e71e4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,12 +4,5 @@ functions = "demo/netlify/functions" publish = "demo/dist/angular-bfdx/browser" base="." -# TO-DO: remove after cli redirect fix is out https://github.com/netlify/cli/pull/2920 -# any additional redirects for the site should come *before* this one -[[redirects]] - from = "/*" - to = "/.netlify/functions/angular-builder" - status = 200 - [[plugins]] package="."