@zohodesk/react-cli 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/npm-shrinkwrap.json +18996 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,6 +44,17 @@ Now to run app
|
|
|
44
44
|
|
|
45
45
|
# Change Logs
|
|
46
46
|
|
|
47
|
+
# 1.1.6
|
|
48
|
+
|
|
49
|
+
**Issue Fix**
|
|
50
|
+
- local install react-cli spawnSync Error fix in npm 8
|
|
51
|
+
- babel version update issue fix (Cannot read properties of undefined (reading 'file')) and (BABEL_TRANSFORM_ERROR)
|
|
52
|
+
|
|
53
|
+
# 1.1.5-exp.2
|
|
54
|
+
|
|
55
|
+
**Issue Fix**
|
|
56
|
+
- local install react-cli spawnSync Error fix in npm 8
|
|
57
|
+
|
|
47
58
|
# 1.1.5
|
|
48
59
|
|
|
49
60
|
**Issue Fix**
|
|
@@ -57,6 +68,11 @@ Now to run app
|
|
|
57
68
|
- `0px` variable value conversion issue fixed
|
|
58
69
|
- pattern exclude for postcss plugins case fixed
|
|
59
70
|
|
|
71
|
+
# 1.1.3
|
|
72
|
+
|
|
73
|
+
**Issue Fix**
|
|
74
|
+
- local install react-cli spawnSync Error fix
|
|
75
|
+
|
|
60
76
|
# 1.1.2
|
|
61
77
|
|
|
62
78
|
**Issue Fix**
|