Skip to content

Commit 9897380

Browse files
committed
chore: add more test coverage for edge function tarball bundling
updating our existing edge function tests to run with both default (eszip2) and tarball bundling configurations using feature flag variants
1 parent aae42fe commit 9897380

File tree

4 files changed

+1110
-261
lines changed

4 files changed

+1110
-261
lines changed

packages/build/src/core/feature_flags.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ export const DEFAULT_FEATURE_FLAGS: FeatureFlags = {
1919
buildbot_zisi_esbuild_parser: false,
2020
netlify_build_updated_plugin_compatibility: false,
2121
netlify_build_plugin_system_log: false,
22+
edge_bundler_generate_tarball: false,
2223
}

0 commit comments

Comments
 (0)