@zohodesk/react-cli 1.1.18-exp.1 → 1.1.18-exp.3

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -44,6 +44,12 @@ Now to run app
44
44
 
45
45
  # Change Logs
46
46
 
47
+ # 1.1.19 (5-2-2024)
48
+
49
+ **Feature:-**
50
+
51
+ - Added config to remove additon of `babel/react` extend code for 'spread' operator usage on JSX.
52
+
47
53
  # 1.1.18 (30-01-2024)
48
54
 
49
55
  **Feature:-**
@@ -8,7 +8,7 @@ exports.default = getReactPreset;
8
8
  function getReactPresetOptions() {
9
9
  return {
10
10
  runtime: 'classic',
11
- // change it to 'automatic', when react version updated to 18
11
+ // change it to 'automatic', when react version updated to 18.
12
12
  useSpread: true
13
13
  };
14
14
  }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "1.1.18-exp.1",
3
+ "version": "1.1.18-exp.3",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/react-cli",
9
- "version": "1.1.18-exp.1",
9
+ "version": "1.1.18-exp.3",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@babel/cli": "7.10.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "1.1.18-exp.1",
3
+ "version": "1.1.18-exp.3",
4
4
  "description": "A CLI tool for build modern web application and libraries",
5
5
  "scripts": {
6
6
  "init": "node ./lib/utils/init.js",