mkdocs-material/.babelrc

8 lines
98 B
Plaintext
Raw Normal View History

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