@wiajs/core 1.0.8 → 1.0.9
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/dist/core.cmn.js +1 -1
- package/dist/core.esm.js +1 -1
- package/dist/core.js +1 -1
- package/dist/core.min.js +2 -2
- package/package.json +1 -1
- package/util/wiafile.js +2 -2
package/dist/core.cmn.js
CHANGED
package/dist/core.esm.js
CHANGED
package/dist/core.js
CHANGED
package/dist/core.min.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* wia core v1.0.
|
|
2
|
+
* wia core v1.0.9
|
|
3
3
|
* (c) 2015-2023 Sibyl Yu and contributors
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
6
6
|
/*!
|
|
7
|
-
* wia core v1.0.
|
|
7
|
+
* wia core v1.0.9
|
|
8
8
|
* (c) 2015-2023 Sibyl Yu and contributors
|
|
9
9
|
* Released under the MIT License.
|
|
10
10
|
*/
|
package/package.json
CHANGED
package/util/wiafile.js
CHANGED
|
@@ -83,13 +83,13 @@ async function make(dir, cfg, act = 'build', all = false) {
|
|
|
83
83
|
if (!skip) {
|
|
84
84
|
// 获取目标项目目录、子目录下的文件MD5对象
|
|
85
85
|
await getFile(_src, rs, act);
|
|
86
|
-
console.log('wiafile make getFile', {dir, rs, act});
|
|
86
|
+
// console.log('wiafile make getFile', {dir, rs, act});
|
|
87
87
|
|
|
88
88
|
if (!_.isEmpty(rs)) {
|
|
89
89
|
R = rs; // .update || {};
|
|
90
90
|
if (act === 'build') rs = {local: rs, wia: r && r.pub ? r.pub : {}};
|
|
91
91
|
else rs = {pub: rs, local: r && r.local ? r.local : {}};
|
|
92
|
-
console.log('wiafile', {dir, rs, act});
|
|
92
|
+
// console.log('wiafile', {dir, rs, act});
|
|
93
93
|
save(rs, f);
|
|
94
94
|
}
|
|
95
95
|
}
|