From 5023b336cbfd025fd48babf8dbd16c1b375fd0bf Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 11 Dec 2023 15:24:33 +0100 Subject: [PATCH] Revert "Added default build output folders to Nx config" This reverts commit 1f0d874ea26d1036668a0c5e874c896b9cb735df. --- nx.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nx.json b/nx.json index c02849413b..096b1ad75c 100644 --- a/nx.json +++ b/nx.json @@ -22,13 +22,6 @@ ] }, "targetDefaults": { - "build": { - "outputs": [ - "{projectRoot}/dist", - "{projectRoot}/es", - "{projectRoot}/umd" - ] - }, "build:ts": { "dependsOn": [ "^build:ts"