Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix ncc clearing task #68468

Merged
merged 3 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

1 change: 0 additions & 1 deletion packages/next/src/compiled/arg/index.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/next/src/compiled/arg/package.json

This file was deleted.

4 changes: 0 additions & 4 deletions packages/next/src/compiled/client-only/error.js

This file was deleted.

Empty file.
19 changes: 0 additions & 19 deletions packages/next/src/compiled/client-only/package.json

This file was deleted.

9 changes: 0 additions & 9 deletions packages/next/src/compiled/find-cache-dir/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion packages/next/src/compiled/find-cache-dir/index.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/next/src/compiled/find-cache-dir/package.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/next/src/compiled/sass-loader/fibers.js

This file was deleted.

Empty file.
4 changes: 0 additions & 4 deletions packages/next/src/compiled/server-only/index.js

This file was deleted.

19 changes: 0 additions & 19 deletions packages/next/src/compiled/server-only/package.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/next/taskfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@ export async function copy_ncced(task) {

export async function ncc(task, opts) {
await task
.clear('compiled')
.clear('src/compiled')
.parallel(
[
'ncc_node_html_parser',
Expand Down
Loading