You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have ts-loader that is used instead of tsc, therefore I can't remove .d.ts. I was able to achieve it with this plugin, but now I have empty dirs. I was wondering if I can do something like:
I want it to be able to recursively (because of ** ) remove all empty dirs (starting from the bottom or with smart check).
I don't know how to change the config syntax, but I would also like to remove the top source dir itself too, if everything inside it is only empty dirs.
Your Environment
Tech
Version
filemanager-plugin-webpack
8.0.0
node
v18.16.0
OS
Pop!_OS 22.04
The text was updated successfully, but these errors were encountered:
Config
Issue
I have
ts-loader
that is used instead oftsc
, therefore I can't remove.d.ts
. I was able to achieve it with this plugin, but now I have empty dirs. I was wondering if I can do something like:I want it to be able to recursively (because of
**
) remove all empty dirs (starting from the bottom or with smart check).I don't know how to change the config syntax, but I would also like to remove the top
source
dir itself too, if everything inside it is only empty dirs.Your Environment
The text was updated successfully, but these errors were encountered: