@gokulk138 wrote:
I’m trying to remove a folder (app/utils/dev) from the app folder during the production build. I tried using
broccoli-file-remover
to remove the folder from app tree. But it’s not working for some reasonappTree = removeFile(appTree, { path: 'app/utils/dev' });
I think app tree will not maintain the app’s folder structure. But, I’m not sure.
Any suggestions?
Posts: 1
Participants: 1