This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-nomad
Watch
2
Star
0
Fork
You've already forked open-nomad
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
458af92e30
open-nomad
/
website
/
babel.config.js
5 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
new website :sparkles:
2020-02-06 23:45:31 +00:00
module
.
exports
=
{
presets
:
[
'next/babel'
]
,
Format docs website code and mdx
2020-09-30 13:48:40 +00:00
plugins
:
[
'import-glob-array'
]
,
new website :sparkles:
2020-02-06 23:45:31 +00:00
}