netlify/build

Remove feature flag for json serialization (Node 18 support for plugins)

lukasholzer opened this issue · 3 comments

Remove this feature flag inside build.
https://app.launchdarkly.com/default/production/features/netlify_build_use_json_serialization_for_plugin_ipc/targeting

located in packages/build/src/plugins/spawn.tsL:54

it's already removed from build but we first need to release it and update it inside buildbot

deployed buildbot with the new @netlify/build version without the feature flag

Flag is archived as it's deployed to staging and production with https://github.com/netlify/buildbot/pull/2576