1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-13 18:40:54 +01:00
mkdocs-material/.babelrc

8 lines
98 B
Plaintext
Raw Normal View History

{
"presets": ["es2015"],
"plugins": [
"add-module-exports",
2017-02-11 16:00:45 +01:00
"babel-root-import"
]
}