We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c93092 commit c242b8aCopy full SHA for c242b8a
.babelrc
@@ -0,0 +1,31 @@
1
+{
2
+ "presets": [
3
+ [
4
+ "@babel/preset-env",
5
+ {
6
+ "targets": {
7
+ "node": 4
8
+ }
9
10
+ ],
11
12
+ "@babel/preset-stage-1",
13
14
+ "decoratorsLegacy": true
15
16
17
+ "@babel/preset-react"
18
19
+ "env": {
20
+ "production": {
21
+ "plugins": [
22
23
+ "transform-react-remove-prop-types",
24
25
+ "mode": "wrap"
26
27
+ ]
28
29
30
31
+}
CHANGELOG.md
@@ -1,5 +1,9 @@
## Next
+## v2.0.2
+
+- Rebuild lib
## v2.0.1
- Use .babelrc, close [#50](https://github.com/ratson/react-intl-redux/issues/50)
0 commit comments