apache / cordova-fetch

Apache Cordova Fetch Library
https://cordova.apache.org/
Apache License 2.0
27 stars 27 forks source link

fix: use POSIX-style paths for require.resolve & Co #90

Closed raphinesse closed 4 years ago

raphinesse commented 4 years ago

Although platform-specific paths usually work just fine, this is the way it should be (see https://nodejs.org/api/modules.html).