Skip to content

Commit a712321

Browse files
committed
chore: remove dynamic import handler flag from feature flags
1 parent a41ec6b commit a712321

File tree

4 files changed

+22
-244
lines changed

4 files changed

+22
-244
lines changed

package-lock.json

Lines changed: 20 additions & 228 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/zip-it-and-ship-it/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@babel/parser": "^7.22.5",
4545
"@babel/types": "7.27.1",
4646
"@netlify/binary-info": "^1.0.0",
47-
"@netlify/serverless-functions-api": "^1.41.1",
47+
"@netlify/serverless-functions-api": "^1.41.2",
4848
"@vercel/nft": "0.27.7",
4949
"archiver": "^5.3.1",
5050
"common-path-prefix": "^3.0.0",

packages/zip-it-and-ship-it/src/feature_flags.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ export const defaultFlags = {
2929

3030
// Adds the `___netlify-telemetry.mjs` file to the function bundle.
3131
zisi_add_instrumentation_loader: true,
32-
33-
// Dynamically import the function handler.
34-
zisi_dynamic_import_function_handler: false,
3532
} as const
3633

3734
export type FeatureFlags = Partial<Record<keyof typeof defaultFlags, boolean>>

0 commit comments

Comments
 (0)