Revert "Added default build output folders to Nx config"

This reverts commit 1f0d874ea2.
This commit is contained in:
Daniel Lockyer 2023-12-11 15:24:33 +01:00 committed by Daniel Lockyer
parent 4c09a96a3c
commit 5023b336cb

View File

@ -22,13 +22,6 @@
]
},
"targetDefaults": {
"build": {
"outputs": [
"{projectRoot}/dist",
"{projectRoot}/es",
"{projectRoot}/umd"
]
},
"build:ts": {
"dependsOn": [
"^build:ts"