From c5bd6f061c80531ecfdd4444457fb6d865f7f34d Mon Sep 17 00:00:00 2001 From: Conduitry Date: Sat, 23 May 2020 12:57:52 -0400 Subject: [PATCH] rollup: preserve exports in server bundle for benefit of lambdas --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 3d5ac14..a1d449e 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -80,7 +80,7 @@ export default { require('module').builtinModules || Object.keys(process.binding('natives')) ), - preserveEntrySignatures: false, + preserveEntrySignatures: 'strict', onwarn, },