👋
I saw the command line was getting too convoluted and repetitive due to babel path (and option) so I would like to suggest simplifying the command line a bit.
I think this would be helpful for further understanding of what files are being transformed in every command.
If adding sourceMaps or other available flags to babel were needed, it would be needed only in the build line.
I didn't do it in every package.json but I would be happy to do it If you like this change.
👋
I saw the command line was getting too convoluted and repetitive due to
babel path
(and option) so I would like to suggest simplifying the command line a bit.I think this would be helpful for further understanding of what files are being transformed in every command.
If adding
sourceMaps
or other available flags to babel were needed, it would be needed only in thebuild
line.I didn't do it in every
package.json
but I would be happy to do it If you like this change.thanks!