copy-node-modules
copy-node-modules copied to clipboard
Allow to copy to dstDir variable directly
From the documentation: dstDir: destination directory to copy modules, the modules will copy to dstDir/node_modules directory.
Should be possible to copy directly to dtsDir, without appending node_modules directory?
indeed an option to remove the nesting node_modules folder would be the perfact solution and a good default. I'm using it from the CLI, so an option would be good to have.