vaderjs 1.3.3-alpha-66 → 1.3.3-alpha-67
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 +1 -1
- package/vader.js +1 -0
package/package.json
CHANGED
package/vader.js
CHANGED
|
@@ -881,6 +881,7 @@ async function Build() {
|
|
|
881
881
|
}
|
|
882
882
|
bundleSize += fs.statSync(process.cwd() + "/runtime/" + file).size;
|
|
883
883
|
let data = await reader(process.cwd() + "/runtime/" + file)
|
|
884
|
+
console.log(process.cwd() + "/runtime/" + file)
|
|
884
885
|
await writer(process.cwd() + "/dist/" + file, data);
|
|
885
886
|
});
|
|
886
887
|
|