Skip to content
This repository has been archived by the owner on Jul 9, 2018. It is now read-only.

Commit

Permalink
Scripts: initial commit with scripts package containing test command
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Jan 22, 2018
1 parent d45165d commit f72dda2
Show file tree
Hide file tree
Showing 10 changed files with 5,698 additions and 3,504 deletions.
19 changes: 17 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"presets": [
[ "env", {
"modules": false,
"targets": {
"browsers": [
"last 2 Chrome versions",
Expand All @@ -18,6 +19,20 @@
} ]
],
"plugins": [
"transform-object-rest-spread"
]
"transform-object-rest-spread",
[ "transform-react-jsx", {
"pragma": "wp.element.createElement"
} ]
],
"env": {
"default": {
"plugins": [
"lodash",
"transform-runtime"
]
},
"test": {
"presets": [ "env" ]
}
}
}
Loading

0 comments on commit f72dda2

Please sign in to comment.