Open santospatrick opened 6 years ago
I suppose we could add a simple flag to copy all files, like Babel's CLI has. For front-end builds, though (which I'm guessing this is because of the .jsx
and .css
) I think you're better off using @babel/plugin-transform-flow-strip-types
inside whatever build process you already have, which probably already includes Babel. This package isn't intended to replace Webpack or Gulp (etc).
directory example:
After running the following command i get this: