From 41273b10e227a4748853e34fd42e200c9dd26600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Bou=C3=A7as?= Date: Wed, 29 Sep 2021 12:41:15 +0100 Subject: [PATCH] fix: remove `zisiEsbuildDynamicImports` feature flag (#3399) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- src/lib/build.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/build.js b/src/lib/build.js index 90a24567182..29965c0b831 100644 --- a/src/lib/build.js +++ b/src/lib/build.js @@ -21,7 +21,6 @@ const getBuildOptions = ({ offline, featureFlags: { functionsBundlingManifest: true, - zisiEsbuildDynamicImports: true, }, })