2018-04-17 21:38:56 +00:00
|
|
|
{
|
2018-07-23 20:14:40 +00:00
|
|
|
"presets": [ "@wordpress/default" ],
|
2018-04-17 21:38:56 +00:00
|
|
|
"plugins": [
|
2018-07-23 20:14:40 +00:00
|
|
|
"@babel/plugin-transform-async-to-generator",
|
2018-07-11 15:23:16 +00:00
|
|
|
"transform-class-properties",
|
2018-07-23 20:14:40 +00:00
|
|
|
"@wordpress/babel-plugin-import-jsx-pragma",
|
|
|
|
[
|
|
|
|
"@babel/plugin-transform-react-jsx",
|
|
|
|
{
|
2018-07-11 15:23:16 +00:00
|
|
|
"pragma": "wp.element.createElement"
|
|
|
|
}
|
|
|
|
]
|
2018-04-17 21:38:56 +00:00
|
|
|
],
|
2018-04-17 23:51:48 +00:00
|
|
|
"env": {
|
|
|
|
"production": {
|
|
|
|
"plugins": [
|
|
|
|
[
|
|
|
|
"@wordpress/babel-plugin-makepot",
|
|
|
|
{
|
2018-07-11 15:23:16 +00:00
|
|
|
"output": "languages/wc-admin.pot"
|
|
|
|
}
|
2018-04-17 23:51:48 +00:00
|
|
|
],
|
2018-07-23 20:14:40 +00:00
|
|
|
"@wordpress/babel-plugin-import-jsx-pragma",
|
2018-07-11 15:23:16 +00:00
|
|
|
"transform-class-properties",
|
|
|
|
"@babel/plugin-transform-async-to-generator"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2018-04-17 21:38:56 +00:00
|
|
|
}
|