ng serve: dist folder being generated on every app subfolder

1.4k Views Asked by At

I'm facing this issue since I've started the project and actually don't know if normal but annoying.

Dist folder is created with partial info related to the component that is inside that folder.

  • dashboard
    • dist (unwanted)
    • components
  • panel
    • dist (unwanted)
    • components

How it looks

My aim is to avoid those folders, if possible and know why they appeared. I've checked tsconfig.json file where

"outDir": "./dist/out-tsc"

seems to be something different.

1

There are 1 best solutions below

0
On

I found out that it's actually a plugin that was doing this and had been answered here correctly.

Vs code create folder automatically with (dist) name

Thank you