easy-soft-develop 2.1.135 → 2.1.139

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-develop",
3
- "version": "2.1.135",
3
+ "version": "2.1.139",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -42,6 +42,8 @@ function getDevelopSubPathVersionNcuConfig(createFileWhenNoExist = false) {
42
42
  if (!developSubPathVersionNcuConfigFileExist) {
43
43
  if (createFileWhenNoExist) {
44
44
  createDevelopSubPathVersionNcuConfigFile([]);
45
+ } else {
46
+ return developSubPathVersionNcu;
45
47
  }
46
48
  }
47
49
 
@@ -160,7 +160,7 @@ function handlePackage(projectPath, zipPath) {
160
160
  copyFile({
161
161
  sourceMainPath,
162
162
  targetMainPath,
163
- filepath: 'src/utils/tools.js',
163
+ filepath: 'src/utils/tools.jsx',
164
164
  callback: () => {
165
165
  copyFile({
166
166
  sourceMainPath,