survivejs / react-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/react/introduction/
2.02k stars 366 forks source link

broken link to babel experimental doc in 03_webpack_and_react #381

Closed deepak closed 8 years ago

deepak commented 8 years ago

broken link for babel experimental doc in https://github.com/survivejs/webpack_react/blob/384b004edc8fa73d263f89b8dfd91d3e3766a9e5/manuscript/03_webpack_and_react.md#babel

as far as I can make out, this is because the experimental option was removed in https://github.com/babel/babel/commit/0916e2d189f8ec605ea0dcf9f6e4f86e5f3387d7#diff-eb45b4cccecac47c30867487e4ff3eb3R13

experimental was removed in favour of stage and stage was removed in favour of presets

so book should link to Stage-X presets now i guess

bebraw commented 8 years ago

Thanks! I think the page got removed during the Babel 5 -> 6 transition. Lots of broken link on the net due to that.