Allow specifying path as preserveTree option and use it to determine directory tree structure to preserve. Defaults to false, if true defaults to process.cwd().
Again, I had to rename all scripts to .js because otherwise neither the plugin nor the tests would run. I even tried esm instead of babel with no luck.
Allow specifying path as
preserveTree
option and use it to determine directory tree structure to preserve. Defaults tofalse
, iftrue
defaults toprocess.cwd()
. Again, I had to rename all scripts to.js
because otherwise neither the plugin nor the tests would run. I even tried esm instead of babel with no luck.