We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2a659 commit 8c6a49fCopy full SHA for 8c6a49f
build/after-pack.js
@@ -16,8 +16,7 @@ export default async (context) => {
16
17
const appOutDir = context.appOutDir;
18
19
- // List all files in appOutDir for debugging
20
- console.log(' • Contents of appOutDir:');
+ // console.log(' • Contents of appOutDir:');
21
const listFilesRecursively = (dir, prefix = '') => {
22
const items = fs.readdirSync(dir);
23
items.forEach(item => {
0 commit comments