woocommerce/plugins/woocommerce-admin/.babelrc

22 lines
309 B
Plaintext
Raw Normal View History

2018-04-17 21:38:56 +00:00
{
"presets": [
"@wordpress/default"
],
2018-04-17 21:38:56 +00:00
"plugins": [
"transform-async-generator-functions"
2018-04-17 21:38:56 +00:00
],
"env": {
"production": {
"plugins": [
[
"@wordpress/babel-plugin-makepot",
{
"output": "languages/woo-dash.pot"
}
],
"transform-async-generator-functions"
]
}
}
2018-04-17 21:38:56 +00:00
}