nolanlawson / rollupify

Browserify transform to apply Rollup (UNMAINTAINED)
Apache License 2.0
386 stars 16 forks source link

fix: ensure file exists before before telling browserify about it #63

Closed dariocravero closed 6 years ago

dariocravero commented 6 years ago

There seems to be an issue with dependencies being reported as files like babelHelpers that creep up here. I don't know if there's a better solution but checking that the file exists seems like a good short-circuit for now. What do you think @nolanlawson? cc @amymc who spotted it first

nolanlawson commented 6 years ago

Thank you!