From 946fa3433c0c53138011bf7a6faffa12d2cc3806 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 22 Oct 2024 11:55:24 +0200 Subject: [PATCH] changesets: added changeset for --link option Signed-off-by: Patrik Oldsberg --- .changeset/witty-socks-repeat.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/witty-socks-repeat.md diff --git a/.changeset/witty-socks-repeat.md b/.changeset/witty-socks-repeat.md new file mode 100644 index 0000000000..bbac3d9a88 --- /dev/null +++ b/.changeset/witty-socks-repeat.md @@ -0,0 +1,7 @@ +--- +'@backstage/cli': patch +--- + +Added a new `--link ` option for frontend builds that allow you to override module resolution to link in an external workspace at runtime. + +As part of this change the Webpack linked workspace resolution plugin for frontend builds has been removed. It was in place to support the old workspace linking where it was done by Yarn, which is no longer a working option.