pro-mern-stack icon indicating copy to clipboard operation
pro-mern-stack copied to clipboard

flags used for babel commands are wrong in the book

Open supercoder123 opened this issue 7 years ago • 0 comments

babel src -presets react,env -out-dir static

this has to be corrected to

babel src --presets react,env --out-dir static It's mentioned properly in the GitHub repo

supercoder123 avatar May 18 '18 08:05 supercoder123