koajs / static-cache

[MAINTAINERS WANTED] Static cache for koa
293 stars 47 forks source link

Path separator still not unified #74

Open dsonet opened 6 years ago

dsonet commented 6 years ago

On windows, when I use alias, have to write like this {'\\public\\' : '\\public\\index.html'} and the console shows, aliasing \public\index.html as \public\

Hope can define like this {'/public/' : '/public/index.html'} on all platforms