add media library
* 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
This commit is contained in:
12
.babelrc
12
.babelrc
@ -1,11 +1,21 @@
|
||||
{
|
||||
"presets": [["env", { "modules": false }], "stage-1", "react"],
|
||||
"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": {
|
||||
|
Reference in New Issue
Block a user