mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 10:00:52 +01:00
4e72119d20
* Upgrade to webpack 4 - partly working * Upgraded to webpack 4 * Fixed error with webpack ProvidePlugin * Fixed ESLint errors
14 lines
228 B
Plaintext
14 lines
228 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"loose": true,
|
|
"targets": " > 1%, last 2 versions"
|
|
}]
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-transform-react-jsx", {
|
|
"pragma": "JSX.createElement"
|
|
}]
|
|
]
|
|
}
|