6b45a46a39
* rebase editorial workflow pull requests when behind * fix async/await transpilation * add media library pagination * switch media library to grid layout * ensure that only cms branches can be force updated
26 lines
422 B
Plaintext
26 lines
422 B
Plaintext
{
|
|
"presets": [
|
|
["env", {
|
|
"modules": false
|
|
}],
|
|
"stage-1",
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
"react-hot-loader/babel",
|
|
"lodash",
|
|
["babel-plugin-transform-builtin-extend", {
|
|
"globals": ["Error"]
|
|
}],
|
|
["transform-runtime", {
|
|
"useBuiltIns": true,
|
|
"useESModules": true
|
|
}]
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"plugins": ["transform-es2015-modules-commonjs"]
|
|
}
|
|
}
|
|
}
|