mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 10:00:52 +01:00
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
{
|
|
"presets": ["es2015"],
|
|
"plugins": [
|
|
"add-module-exports",
|
|
"babel-root-import",
|
|
["transform-react-jsx", {
|
|
"pragma": "JSX.createElement"
|
|
}]
|
|
]
|
|
}
|