next.js
d0ea7129 - fix patch-next by adding missing script (#81430)

Commit
231 days ago
fix patch-next by adding missing script (#81430) The `patch-next.cjs` script is failing because two of its dependencies, `pack-util` and `build-native`, are missing their CommonJS versions, which are required for compatibility with the current Node.js environment. To fix this, i added the transpiled `pack-util.js` and `build-native.js` files. --------- Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Co-authored-by: Benjamin Woodruff <benjamin.woodruff@vercel.com>
Parents
Loading