2018-02-13 19:03:53 +00:00
|
|
|
{
|
2018-11-13 19:12:32 +00:00
|
|
|
"presets": [ "@wordpress/babel-preset-default" ],
|
2018-02-13 19:03:53 +00:00
|
|
|
"plugins": [
|
2018-11-13 19:12:32 +00:00
|
|
|
[ "@babel/transform-react-jsx", {
|
|
|
|
"pragma": "createElement"
|
|
|
|
} ],
|
|
|
|
[
|
|
|
|
"@wordpress/babel-plugin-import-jsx-pragma",
|
|
|
|
{
|
|
|
|
"scopeVariable": "createElement",
|
|
|
|
"source": "@wordpress/element",
|
|
|
|
"isDefault": false
|
|
|
|
}
|
|
|
|
]
|
2018-02-13 19:03:53 +00:00
|
|
|
]
|
|
|
|
}
|