This website requires JavaScript.
Explore
Help
Sign In
Open-Harbor
/
osrm-backend
Watch
1
Star
0
Fork
0
You've already forked osrm-backend
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
3
Wiki
Activity
04c2167c2d
osrm-backend
/
.babelrc
9 lines
127 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Restructure API docs so that they can be formatted with Docbox. (#3355) Generate Docbox browseable HTML with `npm run build-api-docs`
2016-11-30 22:38:53 -05:00
{
Adds babel transformation needed for node osrm docs
2017-07-24 12:40:56 -04:00
"plugins": ["transform-class-properties"],
Restructure API docs so that they can be formatted with Docbox. (#3355) Generate Docbox browseable HTML with `npm run build-api-docs`
2016-11-30 22:38:53 -05:00
"presets": [
"stage-0",
"es2015",
"react"
]
}
Reference in New Issue
Copy Permalink