@stae/babel-react
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.14](https://github.com/staeco/modules/compare/@stae/babel-react@0.1.13...@stae/babel-react@0.1.14) (2020-05-22) | ||
**Note:** Version bump only for package @stae/babel-react | ||
## 0.1.13 (2020-05-18) | ||
@@ -8,0 +16,0 @@ |
@@ -20,3 +20,3 @@ module.exports = { | ||
"node": "current", | ||
"browsers": ["> 2%", "last 3 versions", "ie >= 7"] | ||
"browsers": ["> 2%", "last 2 versions", "not ie < 11"] | ||
}, | ||
@@ -41,2 +41,3 @@ "modules": "auto", | ||
"plugins": [ | ||
"@babel/transform-react-constant-elements", | ||
"@babel/plugin-transform-react-inline-elements", | ||
@@ -43,0 +44,0 @@ "transform-react-remove-prop-types", |
{ | ||
"name": "@stae/babel-react", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Stae client react babel config ", | ||
@@ -48,3 +48,3 @@ "homepage": "https://github.com/staeco/modules#readme", | ||
}, | ||
"gitHead": "9783812c36571a946d0b360b266ef581217377fc" | ||
"gitHead": "e6064051d5870fa252c3583ec859b3b01990bccb" | ||
} |
6523
47