This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
[Docs] gulp handbook guide removes watchify when adding babel #278
Open
Description
From @marianoguerra on May 14, 2016 15:42
The docs here: http://www.typescriptlang.org/docs/handbook/gulp.html adds features by steps, at some points it adds watchify to the browserify build task, then adds babel, and at doing so removes the watchify features added one step before.
The final setup ends up not supporting watchify which was introduced in the same guide.
Copied from original issue: microsoft/TypeScript#8608