expressjs / serve-static

Serve static files
MIT License
1.38k stars 227 forks source link

Prevents webpack crash #103

Closed jpggvilaca closed 6 years ago

jpggvilaca commented 6 years ago

If there's not robots.txt file, webpack using this dependency will crash in node <=8

dougwilson commented 6 years ago

The next function is required otherwise the request will hang.