browserify / watchify

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

noparse option #247

Closed ladas-larry closed 9 years ago

ladas-larry commented 9 years ago

Would be great to have possibility to configure Watchify so it wouldn't parse vendor libraries, like React.js or jQuery. Something like Browserify's noParse.

LinusU commented 9 years ago

I believe that all options are passed right thru to browserify, so if it works there it will work here too. Have you tried it?

ladas-larry commented 9 years ago

I haven't tried, there is no reference of it in docs.

LinusU commented 9 years ago

From the docs:

Use watchify with all the same options as browserify except that -o (or --outfile) is mandatory.

ladas-larry commented 9 years ago

I see, thanks.