babel-plugin-static-fs
babel-plugin-static-fs copied to clipboard
Remove `path` if unused in scope?
Not sure if this is dangerous. The path
module does not have any side-effects that I know of, so we could remove it entirely from the program when the only usage has been stripped out. This would significantly reduce bundle size in browserify if you aren't already requiring path/process/etc. However, it might introduce an unexpected change for the end user.