UNPKG
roadhog-extra
Version:
latest (1.3.3-4)
2.0.6-4
2.0.6-3
2.0.6-2
1.3.3-4
1.3.3-3
1.3.3-2
Cli tool for serve and build react app, based on create-react-app, support JSON pattern config.
roadhog-extra
/
src
/
utils
/
winPath.js
5 lines
(3 loc)
•
71 B
JavaScript
View Raw
1
2
3
4
5
export
default
function
(
path
) {
return
path.
replace
(
/\\/g
,
'/'
); }