browserify / watchify

watch mode for browserify builds
Other
1.79k stars 181 forks source link

'wrap' phase of the compiler pipeline is only called on the first bundle #125

Closed scamden closed 9 years ago

scamden commented 9 years ago

we're using the wrap phase of the pipeline to add a semicolon as @substack recommended, but it only gets called on the first bundle. not after watched file changes. should i not expect it to be called every time?

zertosh commented 9 years ago

This should work as of watchify@2.6.0 and browserify@9.0.3