Skip to content

Commit

Permalink
Use native node:fs in taskfile.js (#56491)
Browse files Browse the repository at this point in the history
This is the first in a series of PRs replacing our use of fs-extra with node's own `node:fs`.

Test Plan:

With clean and existing artifacts in each case, ran:

- `pnpm build`
- `pnpm dev`
- `./node_modules/.bin/taskr ncc`


Closes WEB-1717
  • Loading branch information
wbinnssmith committed Oct 5, 2023
1 parent 666ce7b commit 35e4539
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 81 deletions.
2 changes: 1 addition & 1 deletion packages/next/src/compiled/babel-packages/package.json
@@ -1 +1 @@
{"name":"babel-packages","main":"./packages-bundle.js"}
{"name":"babel-packages","main":"./packages-bundle.js"}
@@ -1 +1 @@
{"name":"constants-browserify","main":"./constants.json"}
{"name":"constants-browserify","main":"./constants.json"}

0 comments on commit 35e4539

Please sign in to comment.