Open dsonet opened 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\
{'\\public\\' : '\\public\\index.html'}
Hope can define like this {'/public/' : '/public/index.html'} on all platforms
{'/public/' : '/public/index.html'}
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